taler-merchant-demos

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

commit b686303ffef6013116f5e7ad869b76e056c61c26
parent 459e40ee4a813c1716e7ffda33fd28b4acf6741f
Author: Özgür Kesim <oec@codeblau.de>
Date:   Tue,  1 Apr 2025 09:32:26 +0200

[provision] more helpful title

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

diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2 @@ -68,7 +68,7 @@ <a href="{{ env('TALER_ENV_URL_MERCHANT_PROVISION', '#') + getlang() + '/' }}" {% if getactive() == 'provision' %} class="active" {% endif %} title="self-provisioning of a merchant instanceand corresponding bank account" - >{{gettext("Self-Provision")}}</a> + >{{gettext("Your Own Shop")}}</a> <script> function handleLang(event){ if (event.type === 'click') {