Fix: improve order-change headline on customer’s order page (Z#23148804) (#4012)

This commit is contained in:
Richard Schreiber
2024-03-26 11:19:17 +01:00
committed by GitHub
parent d67f5c650c
commit 97eaeac4f2

View File

@@ -345,7 +345,13 @@
<div class="panel panel-default panel-cancellation">
<div class="panel-heading">
<h3 class="panel-title">
{% if user_change_allowed and user_cancel_allowed %}
{% trans "Change or cancel your order" context "action" %}
{% elif user_change_allowed %}
{% trans "Change your order" context "action" %}
{% else %}
{% trans "Cancel your order" context "action" %}
{% endif %}
</h3>
</div>
<ul class="list-group">