From: Anton Khorev Date: Sat, 31 Aug 2024 23:18:13 +0000 (+0300) Subject: Remove unused fail locale strings from user role grant/revoke X-Git-Tag: live~185^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/9f218038cb0c608d6c5ec532eebbfea72c1df969?hp=2666294abbbf860a7942389d02b8879b67ca5c63 Remove unused fail locale strings from user role grant/revoke --- diff --git a/config/locales/en.yml b/config/locales/en.yml index dfad0230e..83d026900 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2930,13 +2930,11 @@ en: heading: Confirm role granting are_you_sure: "Are you sure you want to grant the role `%{role}' to the user `%{name}'?" confirm: "Confirm" - fail: "Could not grant role `%{role}' to user `%{name}'. Please check that the user and role are both valid." revoke: title: Confirm role revoking heading: Confirm role revoking are_you_sure: "Are you sure you want to revoke the role `%{role}' from the user `%{name}'?" confirm: "Confirm" - fail: "Could not revoke role `%{role}' from user `%{name}'. Please check that the user and role are both valid." user_blocks: model: non_moderator_update: "Must be a moderator to create or update a block."