summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/templates
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/survey/templates')
-rw-r--r--talermerchantdemos/survey/templates/base.html.j211
-rw-r--r--talermerchantdemos/survey/templates/index.html.j22
2 files changed, 6 insertions, 7 deletions
diff --git a/talermerchantdemos/survey/templates/base.html.j2 b/talermerchantdemos/survey/templates/base.html.j2
index 1beb0d5..2b424f1 100644
--- a/talermerchantdemos/survey/templates/base.html.j2
+++ b/talermerchantdemos/survey/templates/base.html.j2
@@ -17,7 +17,7 @@
<html data-taler-nojs="true">
<head>
- <title>{{ gettext("Taler Survey Demo") }}</title>
+ <title>{{ gettext("GNU Taler Demo: Survey") }}</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='demo.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='navbar.css') }}" />
@@ -66,11 +66,10 @@
<body>
<header class="demobar" style="display: flex; flex-direction: column;">
- <h1><span class="tt adorn-brackets">{{ gettext("Taler Demo") }}</span></h1>
- <h1><span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY') }}">{{ gettext("Survey") }}</a></span></h1>
+ <h1><span class="tt adorn-brackets">{{ gettext("Taler Demo") }}</span><br/>
+ <span class="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY') }}">{{ gettext("Survey") }}</a></span></h1>
<p>{{
- gettext("This is the Taler survey demonstration.") + "<br>" +
- gettext("It demonatrates how merchants can reward their users by granting tips.") + "<br>" +
+ 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.")
}}
</p>
@@ -106,7 +105,7 @@
{% endblock %}
<hr />
<div>
- <p>{{ gettext('You can learn more about Taler on our main <a href="{site}">website</a>.').format(site="https://taler.net/") }}</p>
+ <p>{{ gettext('You can learn more about GNU Taler on our main <a href="{site}">website</a>.').format(site="https://taler.net/") }}</p>
<div style="flex-grow:1"></div>
<p>Copyright &copy; 2014&mdash;2020 Taler Systems SA</p>
</div>
diff --git a/talermerchantdemos/survey/templates/index.html.j2 b/talermerchantdemos/survey/templates/index.html.j2
index 3539bf8..7c449da 100644
--- a/talermerchantdemos/survey/templates/index.html.j2
+++ b/talermerchantdemos/survey/templates/index.html.j2
@@ -3,7 +3,7 @@
<div>
<p>
{{
- gettext("On this page, you can 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 tip in return.")
}}
</p>
</div>