Use plural

pull/7/head
Jannis Portmann 2023-05-17 12:51:38 +02:00
parent 650a09400d
commit 5fc59be9a3
1 changed files with 1 additions and 1 deletions

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>