mirror of
https://github.com/pretix/pretix.git
synced 2026-05-16 17:03:58 +00:00
Make check icon read „OK“
This commit is contained in:
@@ -516,7 +516,10 @@
|
|||||||
<p>
|
<p>
|
||||||
<span id="cart-extend-feedback" class="text-muted sr-only"></span>
|
<span id="cart-extend-feedback" class="text-muted sr-only"></span>
|
||||||
<button class="btn btn-default" autofocus value="OK">
|
<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>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user