summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-04-23 17:02:05 +0200
committerMS <ms@taler.net>2021-04-23 17:02:05 +0200
commitaf962979d74d372dd6ce65ab71407332203c1691 (patch)
treecdcabef6ec6c3a42f6ecdf2fbbf6feeb639e03fc /talermerchantdemos/templates
parent8f374050a7a341fcc35d0d004ed1b51b80b71f2a (diff)
downloadtaler-merchant-demos-af962979d74d372dd6ce65ab71407332203c1691.tar.gz
taler-merchant-demos-af962979d74d372dd6ce65ab71407332203c1691.tar.bz2
taler-merchant-demos-af962979d74d372dd6ce65ab71407332203c1691.zip
remove leftover
Diffstat (limited to 'talermerchantdemos/templates')
-rw-r--r--talermerchantdemos/templates/landing-index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/templates/landing-index.html.j2 b/talermerchantdemos/templates/landing-index.html.j2
index a86d02d..bb9dde7 100644
--- a/talermerchantdemos/templates/landing-index.html.j2
+++ b/talermerchantdemos/templates/landing-index.html.j2
@@ -56,7 +56,7 @@
<h2>{{ gettext("Step 4: Check money flow") }}</h2>
<p>
{{
- gettext('You can see the wire transfers from the escrow account of the exchange to the merchants on the <a href="{bank}/public-accounts">public accounts page</a> of the bank.').format(bank=bank_public_accounts_url) + "<br>" +
+ gettext('You can see the wire transfers from the escrow account of the exchange to the merchants on the <a href="{bank}">public accounts page</a> of the bank.').format(bank=bank_public_accounts_url) + "<br>" +
gettext('Note that only accounts configured to be publicly viewable are shown on that page.')
}}
</p>