From: Frédéric Péters Date: Sat, 18 Jul 2020 06:40:20 +0000 (+0200) Subject: misc: mark strings for translation X-Git-Tag: v2021~120 X-Git-Url: https://git.0d.be/?p=django-panik-nonstop.git;a=commitdiff_plain;h=06cf7ee1af2221fda520a9832e1ecc95cd11fd73 misc: mark strings for translation --- diff --git a/nonstop/templates/nonstop/statistics.html b/nonstop/templates/nonstop/statistics.html index ba5bf68..cfe82da 100644 --- a/nonstop/templates/nonstop/statistics.html +++ b/nonstop/templates/nonstop/statistics.html @@ -4,8 +4,8 @@ {% block appbar %}

Nonstop - Statistics

-during last week -during last month +{% trans "during last week" %} +{% trans "during last month" %} {% endblock %}