Fix inconsistent singular/plural use in text (Z#23223585)

This commit is contained in:
Raphael Michel
2026-02-17 09:27:57 +01:00
parent 61f9cf13b4
commit 119cc50897

View File

@@ -1,14 +1,14 @@
{% extends "pretixpresale/event/base.html" %} {% extends "pretixpresale/event/base.html" %}
{% load i18n %} {% load i18n %}
{% load bootstrap3 %} {% load bootstrap3 %}
{% block title %}{% trans "Resend order links" %}{% endblock %} {% block title %}{% trans "Resend order link" %}{% endblock %}
{% block custom_header %} {% block custom_header %}
{{ block.super }} {{ block.super }}
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<h2> <h2>
{% trans "Resend order links" %} {% trans "Resend order link" %}
</h2> </h2>
<p> <p>
{% blocktrans trimmed %} {% blocktrans trimmed %}