mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix plural in button label (Z#2396370)
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
</div>
|
||||
<div class="col-md-4 col-xs-12">
|
||||
<a class="btn btn-block btn-default" href="{% eventurl event "presale:event.resend_link" %}">
|
||||
{% trans "Resend order links" %}
|
||||
{% trans "Resend order link" %}
|
||||
</a>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
|
||||
Reference in New Issue
Block a user