From 93131293318e368f8b211e0a1fba7a067bd81066 Mon Sep 17 00:00:00 2001 From: MS Date: Mon, 19 Oct 2020 16:15:57 +0200 Subject: remove garbage characters --- talermerchantdemos/landing/templates/index.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'talermerchantdemos') diff --git a/talermerchantdemos/landing/templates/index.html.j2 b/talermerchantdemos/landing/templates/index.html.j2 index f005279..6871e8a 100644 --- a/talermerchantdemos/landing/templates/index.html.j2 +++ b/talermerchantdemos/landing/templates/index.html.j2 @@ -4,13 +4,13 @@

{{ gettext("Step 1: Install the Taler wallet") }}

{{ - gettext('Install the wallet from the installation page.').format(link="https://wallet.taler.net/") + "
" + + gettext('Install the wallet from the installation page.').format(link="https://wallet.taler.net/") + "
" + gettext('Installation only takes one click.') }}

- {{ 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.') }} + "
" + - {{ gettext('These permissions will allow the wallet to automatically open if a page asks for a Taler payment.') }} + "
" + + {{ 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.') }}
+ {{ gettext('These permissions will allow the wallet to automatically open if a page asks for a Taler payment.') }}
{{ gettext('Regardless of the permissions you grant, the wallet will never transmit information about you or your browsing history to anyone.') }}

-- cgit v1.2.3