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/donations/templates/base.html.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'talermerchantdemos/donations/templates/base.html.j2') diff --git a/talermerchantdemos/donations/templates/base.html.j2 b/talermerchantdemos/donations/templates/base.html.j2 index b67658b..f3b1359 100644 --- a/talermerchantdemos/donations/templates/base.html.j2 +++ b/talermerchantdemos/donations/templates/base.html.j2 @@ -17,7 +17,7 @@ - {{ gettext("Taler Donation Demo") }} + {{ gettext("GNU Taler Demo: Donations") }} @@ -66,11 +66,11 @@
-

{{ gettext("Taler Demo") }}

-

{{gettext("Donations")}}

+

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

{{ gettext ("This is the donation page.") + "
" + - gettext ("Using this page you can make donations (in an imaginary currency) to Free Software projects.") + gettext ("Using this page you can make donations in {currency} to Free Software projects.").format(currency=merchant_currency) }}

@@ -106,7 +106,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