summaryrefslogtreecommitdiff
path: root/talermerchantdemos/donations/templates/index.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-12 13:02:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-12 13:02:55 +0200
commita990b407367c231740cb1d2b36d0ed0b27b94c63 (patch)
treee021d46864cb9fc58d300fe0c28a13d7a0fdc217 /talermerchantdemos/donations/templates/index.html.j2
parent9360fed258098158c51b3a384a76ff570afcdce0 (diff)
downloadtaler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.tar.gz
taler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.tar.bz2
taler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.zip
review all texts in the demo
Diffstat (limited to 'talermerchantdemos/donations/templates/index.html.j2')
-rw-r--r--talermerchantdemos/donations/templates/index.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/talermerchantdemos/donations/templates/index.html.j2 b/talermerchantdemos/donations/templates/index.html.j2
index 91122f3..87bce85 100644
--- a/talermerchantdemos/donations/templates/index.html.j2
+++ b/talermerchantdemos/donations/templates/index.html.j2
@@ -1,11 +1,11 @@
{% extends "templates/base.html.j2" %}
{% block main %}
-<h1>{{ gettext("Taler donation demonstrator") }}</h1>
+<h2>{{ gettext("Donate to Free Software projects") }}</h2>
<p>
{{
- gettext("This donations website shows the user experience for donations with Taler.") + "<br>" +
+ gettext("This donations website shows the user experience for donations with GNU Taler.") + "<br>" +
gettext("You can make donations in an toy currency ({currency})").format(currency=merchant_currency)
}}
</p>
@@ -13,7 +13,7 @@
<div>
<p>
{{
- gettext("Please select a project, the amount (*) of {currency} you wish to donate, and enter the name that will appear on your receipt:").format(currency=merchant_currency)
+ gettext("Please select a project, the amount (*) of {currency} you wish to donate, and enter the donor's name that will appear on your receipt:").format(currency=merchant_currency)
}}
</p>
@@ -34,9 +34,9 @@
<input type="submit" class="pure-button pure-button-primary" value="{{gettext("Donate!")}}" />
</div>
</form>
- <p>
+ <p class="graybox">
{{
- gettext("(*) To make it a bit more fun, the 5 {currency} option is deliberately implemented with a fault: the merchant will try to make you donate 6 {currency} instead of the 5 {currency} shown in the form. But do not worry, you will be given the opportunity to review the final offer from the merchant in a window secured by the Taler extension. That way, you can spot the error before committing to an incorrect contract or amount.").format(currency=merchant_currency)
+ gettext("(*) To make the demo a bit more interesting, the 5 {currency} option is deliberately implemented with a fault: the merchant will try to make you donate 6 {currency} instead of the 5 {currency} shown in the form. But do not worry, you will be given the opportunity to review the final offer from the merchant in the Taler wallet. That way, Taler protects you from committing to erroneous payments.").format(currency=merchant_currency)
}}
</p>
</div>