Use plural

This commit is contained in:
Jannis Portmann 2023-05-17 12:51:38 +02:00
parent 650a09400d
commit 5fc59be9a3

View file

@ -18,7 +18,7 @@
<p>{% trans "To offer your plants, please register first." %}</p>
<a href="{% url 'list_offers' %}"
class="btn btn-pfl btn-lg mb-3"
type="button">{% trans "Offers" %}</a>
type="button">{% trans "Offers" context "plural" %}</a>
<a href="{% url 'register_user' %}"
class="btn btn-secondary btn-lg mb-3"
type="button">{% trans "Register" %}</a>