Make check icon read „OK“

This commit is contained in:
Richard Schreiber
2025-06-02 22:23:46 +02:00
parent c7b63187c0
commit 4fdc81dcf4

View File

@@ -516,7 +516,10 @@
<p>
<span id="cart-extend-feedback" class="text-muted sr-only"></span>
<button class="btn btn-default" autofocus value="OK">
{% icon "check" %} {% trans "Reservation renewed" %}
<span role="img" aria-label="{% trans "OK" %}">
{% icon "check" %}
</span>
{% trans "Reservation renewed" %}
</button>
</p>
</form>