From c1da25b3b5f4600a160f407bd22504b434f9b0ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 1 Aug 2020 07:56:06 +0800 Subject: [PATCH] Fixed the text in the period chooser for the period "since last month" in the period chooser template in the Mia core application. --- mia_core/templates/mia_core/include/period-chooser.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mia_core/templates/mia_core/include/period-chooser.html b/mia_core/templates/mia_core/include/period-chooser.html index 91fd4a0..2515011 100644 --- a/mia_core/templates/mia_core/include/period-chooser.html +++ b/mia_core/templates/mia_core/include/period-chooser.html @@ -64,7 +64,7 @@ First written: 2020/7/10 {% trans "Last Month" context "Period|" as text %}{{ text|force_escape }} {% endif %} {% if period.since_last_month is not None %} - {% trans "Last Month" context "Period|" as text %}{{ text|force_escape }} + {% trans "Since Last Month" context "Period|" as text %}{{ text|force_escape }} {% endif %} {% if period.has_months_to_choose %}