summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_frame.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-12 13:02:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-12 13:02:55 +0200
commita990b407367c231740cb1d2b36d0ed0b27b94c63 (patch)
treee021d46864cb9fc58d300fe0c28a13d7a0fdc217 /talermerchantdemos/blog/templates/article_frame.html.j2
parent9360fed258098158c51b3a384a76ff570afcdce0 (diff)
downloadtaler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.tar.gz
taler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.tar.bz2
taler-merchant-demos-a990b407367c231740cb1d2b36d0ed0b27b94c63.zip
review all texts in the demo
Diffstat (limited to 'talermerchantdemos/blog/templates/article_frame.html.j2')
-rw-r--r--talermerchantdemos/blog/templates/article_frame.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/talermerchantdemos/blog/templates/article_frame.html.j2 b/talermerchantdemos/blog/templates/article_frame.html.j2
index b5763e4..2690306 100644
--- a/talermerchantdemos/blog/templates/article_frame.html.j2
+++ b/talermerchantdemos/blog/templates/article_frame.html.j2
@@ -4,10 +4,10 @@
{% if refundable %}
<hr>
-<p>
+<p class="graybox">
{{
- gettext("You did not like this article?") +
- gettext('You can <a href="{url}">request a refund</a> within the first hour after buying it.').format(url=url_for('confirm_refund', lang='en', order_id=order_id))
+ gettext("Taler allows merchants to offer refunds to customers.") +
+ gettext('You can <a href="{url}">request a refund</a> within the first hour after buying this article.').format(url=url_for('confirm_refund', lang='en', order_id=order_id))
}}
</p>
{% endif %}