From 5d2d8b4c0ed111a6be696aefe857824d55614855 Mon Sep 17 00:00:00 2001 From: Sungho Cho Date: Sun, 8 Dec 2019 12:26:24 -0500 Subject: [PATCH] Minor change to new labels --- ihatemoney/templates/list_bills.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index cde55de4..33d8fe4c 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -101,7 +101,7 @@
- + {% for bill in bills %}
{{ _("When?") }}{{ _("Who paid?") }}{{ _("For what?") }}{{ _("For whom?") }}{{ _("How much?") }}{{ _("Original Currency") }}{{ _("Original Amount") }}{{ _("Actions") }}
{{ _("When?") }}{{ _("Who paid?") }}{{ _("For what?") }}{{ _("For whom?") }}{{ _("How much?") }}{{ _("Original currency") }}{{ _("Original amount") }}{{ _("Actions") }}