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/landing/templates/base.html.j2 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'talermerchantdemos/landing/templates/base.html.j2') diff --git a/talermerchantdemos/landing/templates/base.html.j2 b/talermerchantdemos/landing/templates/base.html.j2 index a046c41..c88ee90 100644 --- a/talermerchantdemos/landing/templates/base.html.j2 +++ b/talermerchantdemos/landing/templates/base.html.j2 @@ -17,7 +17,7 @@ - {{ gettext("Taler Demo") }} + {{ gettext("GNU Taler Demo: Introduction") }} @@ -66,11 +66,11 @@
-

{{ gettext("Taler Demo") }}

-

{{ gettext("Introduction") }}

+

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

{{ - gettext("This is the Taler demo.") + "
" + - gettext("Here you can try out the Taler payment system using a toy currency.") + gettext("This is the GNU Taler demo.") + "
" + + gettext("Here you can try out the GNU Taler payment system using a toy currency.") }}

@@ -105,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

-- cgit v1.2.3