taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 3269c43007843cdc2ada1f9b101a7280b59012e5
parent 48e9f0657a35f473be2a99ce5788b0e2cffed02e
Author: Marc Stibane <marc@taler.net>
Date:   Sat,  1 Jul 2023 22:37:35 +0200

Wording: renamed "tip" to "reward"

Diffstat:
Mtalermerchantdemos/templates/common-base.html.j2 | 2+-
Mtalermerchantdemos/templates/landing-index.html.j2 | 2+-
Mtalermerchantdemos/templates/survey-base.html.j2 | 4++--
Mtalermerchantdemos/templates/survey-index.html.j2 | 2+-
4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -67,7 +67,7 @@ >{{gettext("Donations")}}</a> <a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY', '#') + getlang() + '/' }}" {% if getactive() == 'survey' %} class="active" {% endif %} - >{{gettext("Tipping/Survey")}}</a> + >{{gettext("Survey")}}</a> <script> function handleLang(event){ if (event.type === 'click') { diff --git a/talermerchantdemos/templates/landing-index.html.j2 b/talermerchantdemos/templates/landing-index.html.j2 @@ -65,7 +65,7 @@ <h2>{{ gettext("Step 5: Survey") }}</h2> <p> {{ - gettext("Websites can give tips to visitors for completing tasks.") + "<br>" + + gettext("Websites can give rewards to visitors for completing tasks.") + "<br>" + gettext('You can earn some {currency} coins by filling in our <a href="{url}">survey</a>.').format(url=merchant_survey_url,currency=merchant_currency) }} </p> diff --git a/talermerchantdemos/templates/survey-base.html.j2 b/talermerchantdemos/templates/survey-base.html.j2 @@ -10,8 +10,8 @@ <h1> <span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY', '#') }}">{{ gettext("Survey") }}</a></span></h1> <p>{{ -gettext("This page demonstrates how to tip visitors for completing small tasks.") + "<br>" + -gettext("Tipping is a way for offer cash rewards that go directly into a user's wallet.") +gettext("This page demonstrates how to reward visitors for completing small tasks.") + "<br>" + +gettext("Rewarding is a way for offer cash rewards that go directly into a user's wallet.") }} </p> diff --git a/talermerchantdemos/templates/survey-index.html.j2 b/talermerchantdemos/templates/survey-index.html.j2 @@ -3,7 +3,7 @@ <div> <p> {{ - gettext("Please 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 reward in return.") }} </p> </div>