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 %}