]> git.openstreetmap.org Git - rails.git/commitdiff
Remove unused fail locale strings from user role grant/revoke
authorAnton Khorev <tony29@yandex.ru>
Sat, 31 Aug 2024 23:18:13 +0000 (02:18 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 31 Aug 2024 23:18:13 +0000 (02:18 +0300)
config/locales/en.yml

index dfad0230eec312bbd179c186065f05ea7843f719..83d02690065866aac366413e7709e71169d28983 100644 (file)
@@ -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."