summaryrefslogtreecommitdiff
path: root/talermerchantdemos/blog/templates/article_frame.html.j2
diff options
context:
space:
mode:
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 %}