taler-merchant-demos

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

commit 71193537361e0f230214137f7f5211117d35277e
parent c4394cc58b64f4a6c378a1c9eccce8c14107386d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Nov 2020 11:00:11 +0100

fix typo

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

diff --git a/talermerchantdemos/landing/templates/index.html.j2 b/talermerchantdemos/landing/templates/index.html.j2 @@ -9,7 +9,7 @@ }} </p> <p class="graybox"> - {{ gettext('After installation, you may be asked to grant the brower-based Taler wallet additional optional permissions that allow it to improve your user experience.') }} <br> + {{ gettext('After installation, you may be asked to grant the browser-based Taler wallet additional optional permissions that allow it to improve your user experience.') }} <br> {{ gettext('These permissions will allow the wallet to automatically open if a page asks for a Taler payment.') }} <br> {{ gettext('Regardless of the permissions you grant, the wallet will never transmit information about you or your browsing history to anyone.') }} </p>