diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-12-13 18:25:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 18:25:25 +0100 |
commit | 0fc73bbcb937d62c47a37325794825c77ef8a8a7 (patch) | |
tree | c7977bd356ad2f2f320535684068e69a3b153d26 /config/locales | |
parent | fe45184b369dc850836422b5870f95661ad90297 (diff) |
Fix incorrect singular version of some translation strings (#17124)
Fixes #17120 Co-authored-by: Mélanie Chauvel <perso@hack-libre.org> Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0aa25ae86..e9a0aea54 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -377,13 +377,13 @@ en: new_users: new users opened_reports: reports opened pending_reports_html: - one: "<strong>1</strong> pending reports" + one: "<strong>1</strong> pending report" other: "<strong>%{count}</strong> pending reports" pending_tags_html: - one: "<strong>1</strong> pending hashtags" + one: "<strong>1</strong> pending hashtag" other: "<strong>%{count}</strong> pending hashtags" pending_users_html: - one: "<strong>1</strong> pending users" + one: "<strong>1</strong> pending user" other: "<strong>%{count}</strong> pending users" resolved_reports: reports resolved software: Software |