From 7bbf253af2a0910fe2d70e2b138be3dfe17d83b1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Oct 2020 17:20:03 +0200 Subject: work on landing text --- talermerchantdemos/landing/templates/index.html.j2 | 69 ++++++++++++---------- 1 file changed, 39 insertions(+), 30 deletions(-) (limited to 'talermerchantdemos/landing/templates/index.html.j2') diff --git a/talermerchantdemos/landing/templates/index.html.j2 b/talermerchantdemos/landing/templates/index.html.j2 index cc6b874..100aa4c 100644 --- a/talermerchantdemos/landing/templates/index.html.j2 +++ b/talermerchantdemos/landing/templates/index.html.j2 @@ -1,11 +1,11 @@ {% extends "templates/base.html.j2" %} {% block main %}
-

Step 1: Install the Taler wallet

- Install the wallet from the installation page. - It only takes one click. +

{{ gettext("Step 1: Install the Taler wallet")}}

+ {{ gettext('Install the wallet from the installation page.").format(link="https://wallet.taler.net/") + "
" + + gettext('Installation only takes one click.') }}

- You don't have a wallet installed yet. + You do not have a wallet installed yet.

Congratulations, you have installed the Taler wallet correctly. @@ -14,51 +14,60 @@

-

Step 2: Withdraw coins

+

{{ gettext("Step 2: Withdraw coins") }}

- - Now you can withdraw coins into your wallet by going to our bank. - - In this demo you are paying with KUDOS, an imaginary currency. When you - create an account at our bank, you'll get 100 KUDOS for free. + {{ + gettext('Next you can withdraw coins into your wallet by going to our bank.').format(bank=bank_url) + "
" + + gettext('In this demo you are paying with {currency}, an imaginary currency.').format(currency=merchant_currency) + "
" + + gettext('When you create an account at our bank, you will receive 100 {currency} for free.').format(currency=merchant_currency) + }}

- We cannnot check if you were able to complete this step, since websites - cannot see the balance in your wallet. Please click on the Taler icon - in your browser to check your balance. + {{ gettext('Once you have completed this step, you can click on the Taler icon in your browser to check your balance.') }}

-

Step 3: Pay

- We have two demo merchants where you can spend your coins: +

{{ gettext("Step 3: Pay") }}

+ {{ gettext("We have two demo merchants where you can spend your coins:") }} +
+
+

{{ gettext("Step 4: Check money flow") }}

+
-

Step 4: Check money flow

+

{{ gettext("Step 5: Survey") }}

-

Step 5: Reach out to us

- Let us know what you think by contacting us. +

{{ gettext("Step 6: Reach out to us") }}

+ {{ gettext('Let us know what you think by contacting us.').format(link="mailto:demo-feedback@taler.net") }}
{% endblock %} -- cgit v1.2.3