[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-merchant-demos] branch master updated: Wording: renamed "ti
From: |
gnunet |
Subject: |
[taler-taler-merchant-demos] branch master updated: Wording: renamed "tip" to "reward" |
Date: |
Sun, 02 Jul 2023 07:12:30 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-merchant-demos.
The following commit(s) were added to refs/heads/master by this push:
new 3269c43 Wording: renamed "tip" to "reward"
3269c43 is described below
commit 3269c43007843cdc2ada1f9b101a7280b59012e5
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Jul 1 22:37:35 2023 +0200
Wording: renamed "tip" to "reward"
---
talermerchantdemos/templates/common-base.html.j2 | 2 +-
talermerchantdemos/templates/landing-index.html.j2 | 2 +-
talermerchantdemos/templates/survey-base.html.j2 | 4 ++--
talermerchantdemos/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
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>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-taler-merchant-demos] branch master updated: Wording: renamed "tip" to "reward",
gnunet <=