summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/confirm_refund.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/blog/templates/confirm_refund.html.j2')
-rw-r--r--talermerchantdemos/blog/templates/confirm_refund.html.j25
1 files changed, 3 insertions, 2 deletions
diff --git a/talermerchantdemos/blog/templates/confirm_refund.html.j2 b/talermerchantdemos/blog/templates/confirm_refund.html.j2
index a371645..aafd3f5 100644
--- a/talermerchantdemos/blog/templates/confirm_refund.html.j2
+++ b/talermerchantdemos/blog/templates/confirm_refund.html.j2
@@ -4,8 +4,9 @@
<p>
{{
- gettext("Do you want to get a refund for the article <em>{name}</em>?").format(name=article_name) +
- gettext("After you have requested a refund, you won't be able to read the article anymore.")
+ gettext("Do you want to get a refund for the article <em>{name}</em>?").format(name=article_name) + "<br/>" +
+ gettext("In this demonstration, refunds will be automatically approved by the merchant.") + "<br/>" +
+ gettext("After you have obtained a refund, you will not be able to read the article anymore.")
}}
</p>