commit d75a8c3e63b2da57468f56bf7d7841a7dc78e30d
parent 3269c43007843cdc2ada1f9b101a7280b59012e5
Author: Stefan Kügel <skuegel@web.de>
Date: Tue, 4 Jul 2023 09:18:34 +0200
Better English: "Rewarding is a way of offering cash rewards" instead of "Tipping is a way for offer cash rewards"
Signed-off-by: Stefan Kügel <skuegel@web.de>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/talermerchantdemos/templates/survey-base.html.j2 b/talermerchantdemos/templates/survey-base.html.j2
@@ -11,7 +11,7 @@
<span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY', '#') }}">{{ gettext("Survey") }}</a></span></h1>
<p>{{
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.")
+gettext("Rewarding is a way of offering cash rewards that go straight into a user's wallet.")
}}
</p>