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.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/talermerchantdemos/blog/templates/confirm_refund.html.j2 b/talermerchantdemos/blog/templates/confirm_refund.html.j2
index 09f3730..a371645 100644
--- a/talermerchantdemos/blog/templates/confirm_refund.html.j2
+++ b/talermerchantdemos/blog/templates/confirm_refund.html.j2
@@ -17,6 +17,6 @@
<form action="{{ url_for('refund', order_id=order_id) }}" method="POST">
<input type="text" name="article_name" value={{ article_name}} hidden>
- <input type="submit" value="Request refund">
+ <input type="submit" value="{{gettext("Request refund")}}">
</form>
{% endblock main %}