summaryrefslogtreecommitdiff
path: root/talermerchantdemos/landing/templates/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/landing/templates/index.html.j2')
-rw-r--r--talermerchantdemos/landing/templates/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/landing/templates/index.html.j2 b/talermerchantdemos/landing/templates/index.html.j2
index 399dd25..f005279 100644
--- a/talermerchantdemos/landing/templates/index.html.j2
+++ b/talermerchantdemos/landing/templates/index.html.j2
@@ -66,7 +66,7 @@
<p>
{{
gettext("Websites can give tips 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)
+ 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>
</article>