From 449f1d5765ffffcf2c708f4ccf6278e9c79081d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 15:40:39 +0200 Subject: improve i18n for survey --- talermerchantdemos/survey/templates/error.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'talermerchantdemos/survey/templates/error.html.j2') diff --git a/talermerchantdemos/survey/templates/error.html.j2 b/talermerchantdemos/survey/templates/error.html.j2 index ffc2e1f..844da08 100644 --- a/talermerchantdemos/survey/templates/error.html.j2 +++ b/talermerchantdemos/survey/templates/error.html.j2 @@ -6,7 +6,7 @@ {% if status_code %}

- {{ gettext ("The backend returned status code {code}.").format(code=status_code) }}. + {{ gettext ("The backend returned status code {code}.").format(code=status_code) }}

{% endif %} -- cgit v1.2.3