mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
Fix spelling in blocktrans arg
This commit is contained in:
parent
917569ef0e
commit
c6d2edfe7a
1 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
<td>
|
<td>
|
||||||
<a href="{% url 'settings-users' %}?email=@{{ domain.domain }}">
|
<a href="{% url 'settings-users' %}?email=@{{ domain.domain }}">
|
||||||
{% with user_count=domain.users.count %}
|
{% with user_count=domain.users.count %}
|
||||||
{% blocktrans trimmed count conter=user_count with display_count=user_count|intcomma %}
|
{% blocktrans trimmed count counter=user_count with display_count=user_count|intcomma %}
|
||||||
{{ display_count }} user
|
{{ display_count }} user
|
||||||
{% plural %}
|
{% plural %}
|
||||||
{{ display_count }} users
|
{{ display_count }} users
|
||||||
|
@ -62,4 +62,3 @@
|
||||||
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue