From a990b407367c231740cb1d2b36d0ed0b27b94c63 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 12 Oct 2020 13:02:55 +0200 Subject: review all texts in the demo --- talermerchantdemos/survey/templates/base.html.j2 | 11 +++++------ talermerchantdemos/survey/templates/index.html.j2 | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'talermerchantdemos/survey') diff --git a/talermerchantdemos/survey/templates/base.html.j2 b/talermerchantdemos/survey/templates/base.html.j2 index 1beb0d5..2b424f1 100644 --- a/talermerchantdemos/survey/templates/base.html.j2 +++ b/talermerchantdemos/survey/templates/base.html.j2 @@ -17,7 +17,7 @@ - {{ gettext("Taler Survey Demo") }} + {{ gettext("GNU Taler Demo: Survey") }} @@ -66,11 +66,10 @@
-

{{ gettext("Taler Demo") }}

-

{{ gettext("Survey") }}

+

{{ gettext("Taler Demo") }}
+ {{ gettext("Survey") }}

{{ - gettext("This is the Taler survey demonstration.") + "
" + - gettext("It demonatrates how merchants can reward their users by granting tips.") + "
" + + gettext("This page demonstrates how to tip visitors for completing small tasks.") + "
" + gettext("Tipping is a way for offer cash rewards that go directly into a user's wallet.") }}

@@ -106,7 +105,7 @@ {% endblock %}
-

{{ gettext('You can learn more about Taler on our main website.').format(site="https://taler.net/") }}

+

{{ gettext('You can learn more about GNU Taler on our main website.').format(site="https://taler.net/") }}

Copyright © 2014—2020 Taler Systems SA

diff --git a/talermerchantdemos/survey/templates/index.html.j2 b/talermerchantdemos/survey/templates/index.html.j2 index 3539bf8..7c449da 100644 --- a/talermerchantdemos/survey/templates/index.html.j2 +++ b/talermerchantdemos/survey/templates/index.html.j2 @@ -3,7 +3,7 @@

{{ - gettext("On this page, you can participate in our survey about payment systems and receive a tip in return.") + gettext("Please participate in our survey about payment systems and receive a tip in return.") }}

-- cgit v1.2.3