Fixes inconsistent wording in source text

This commit is contained in:
Mouse Reeve 2024-10-17 14:55:12 -07:00
parent 8594c8c0f6
commit 0ccbf8d739
6 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,6 @@
{% blocktrans trimmed count counter=notification.related_link_domains.count with display_count=notification.related_link_domains.count|intcomma %}
A new <a href="{{ path }}">link domain</a> needs review
{% plural %}
{{ display_count }} new <a href="{{ path }}">link domains</a> need moderation
{{ display_count }} new <a href="{{ path }}">link domains</a> need review
{% endblocktrans %}
{% endblock %}

Binary file not shown.

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-17 21:51+0000\n"
"POT-Creation-Date: 2024-10-17 21:56+0000\n"
"PO-Revision-Date: 2021-02-28 17:19-0800\n"
"Last-Translator: Mouse Reeve <mousereeve@riseup.net>\n"
"Language-Team: English <LL@li.org>\n"
@ -3991,7 +3991,7 @@ msgstr ""
#: bookwyrm/templates/notifications/items/link_domain.html:15
#, python-format
msgid "A new <a href=\"%(path)s\">link domain</a> needs review"
msgid_plural "%(display_count)s new <a href=\"%(path)s\">link domains</a> need moderation"
msgid_plural "%(display_count)s new <a href=\"%(path)s\">link domains</a> need review"
msgstr[0] ""
msgstr[1] ""

Binary file not shown.

Binary file not shown.

Binary file not shown.