summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-07-01 22:37:35 +0200
committerMarc Stibane <marc@taler.net>2023-07-01 22:37:35 +0200
commit3269c43007843cdc2ada1f9b101a7280b59012e5 (patch)
tree363775f3744fc60a5f8b70bbc102ebbc984bc656
parent48e9f0657a35f473be2a99ce5788b0e2cffed02e (diff)
downloadtaler-merchant-demos-3269c43007843cdc2ada1f9b101a7280b59012e5.tar.gz
taler-merchant-demos-3269c43007843cdc2ada1f9b101a7280b59012e5.tar.bz2
taler-merchant-demos-3269c43007843cdc2ada1f9b101a7280b59012e5.zip
Wording: renamed "tip" to "reward"
-rw-r--r--talermerchantdemos/templates/common-base.html.j22
-rw-r--r--talermerchantdemos/templates/landing-index.html.j22
-rw-r--r--talermerchantdemos/templates/survey-base.html.j24
-rw-r--r--talermerchantdemos/templates/survey-index.html.j22
4 files changed, 5 insertions, 5 deletions
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index 12c7741..7c6fdd0 100644
--- 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
index bb9dde7..5c7b0e2 100644
--- 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
index c956b8b..97ffa73 100644
--- 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
index b3a1b61..1296546 100644
--- 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>