taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 70075a836db93b148dc55f4ee63edb6b36d5f9fb
parent 52afe885ecba97d8a59e9f1ed74c15334b5ac193
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 11 Oct 2020 17:32:17 +0200

improving landing template

Diffstat:
Mtalermerchantdemos/landing/templates/base.html.j2 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/landing/templates/base.html.j2 b/talermerchantdemos/landing/templates/base.html.j2 @@ -67,7 +67,7 @@ <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="it"><a href="{{ env('TALER_ENV_URL_MERCHANT_SURVEY') }}">{{ gettext("Introduction") }}</a></span></h1> <p>{{ gettext("This is the Taler demo.") + "<br>" + gettext("Here you can try out the Taler payment system using a toy currency.")