From a990b407367c231740cb1d2b36d0ed0b27b94c63 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 12 Oct 2020 13:02:55 +0200 Subject: review all texts in the demo --- talermerchantdemos/blog/templates/confirm_refund.html.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'talermerchantdemos/blog/templates/confirm_refund.html.j2') 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 @@

{{ - gettext("Do you want to get a refund for the article {name}?").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 {name}?").format(name=article_name) + "
" + + gettext("In this demonstration, refunds will be automatically approved by the merchant.") + "
" + + gettext("After you have obtained a refund, you will not be able to read the article anymore.") }}

-- cgit v1.2.3