summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/templates/error.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-11 15:40:39 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-11 15:40:39 +0200
commit449f1d5765ffffcf2c708f4ccf6278e9c79081d0 (patch)
tree284ae10511cb677edb390f5fa20533c0f52e3eb9 /talermerchantdemos/survey/templates/error.html.j2
parenta984947846c7b83d3151fc4987ca615edcb168ef (diff)
downloadtaler-merchant-demos-449f1d5765ffffcf2c708f4ccf6278e9c79081d0.tar.gz
taler-merchant-demos-449f1d5765ffffcf2c708f4ccf6278e9c79081d0.tar.bz2
taler-merchant-demos-449f1d5765ffffcf2c708f4ccf6278e9c79081d0.zip
improve i18n for survey
Diffstat (limited to 'talermerchantdemos/survey/templates/error.html.j2')
-rw-r--r--talermerchantdemos/survey/templates/error.html.j22
1 files changed, 1 insertions, 1 deletions
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 %}
<p>
- {{ gettext ("The backend returned status code {code}.").format(code=status_code) }}.
+ {{ gettext ("The backend returned status code {code}.").format(code=status_code) }}
</p>
{% endif %}