mirror of
https://github.com/we-promise/sure.git
synced 2026-05-24 13:04:56 +00:00
i18n(en): hardcode 'One error' in sso_providers errors_title singular form (#1854)
* i18n(en): drop %{count} interpolation in sso_providers errors_title 'one' branch
Per @jjmata review feedback on #1830: when count == 1, English reads
more naturally as 'One error prohibited...' than '1 error prohibited...'.
The 'other' branch keeps %{count} so '2 errors...', '3 errors...' still
interpolate.
* Update en.yml
Signed-off-by: Guillem Arias Fauste <accounts@gariasf.com>
---------
Signed-off-by: Guillem Arias Fauste <accounts@gariasf.com>
This commit is contained in:
committed by
GitHub
parent
1ddd8bd040
commit
65bed0db2f
@@ -94,7 +94,7 @@ en:
|
||||
create_provider: "Create Provider"
|
||||
update_provider: "Update Provider"
|
||||
errors_title:
|
||||
one: "%{count} error prohibited this provider from being saved:"
|
||||
one: "An error prohibited this provider from being saved:"
|
||||
other: "%{count} errors prohibited this provider from being saved:"
|
||||
provisioning_title: "User Provisioning"
|
||||
default_role_label: "Default Role for New Users"
|
||||
|
||||
Reference in New Issue
Block a user