From 9f218038cb0c608d6c5ec532eebbfea72c1df969 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 1 Sep 2024 02:18:13 +0300 Subject: [PATCH 1/1] Remove unused fail locale strings from user role grant/revoke --- config/locales/en.yml | 2 -- 1 file changed, 2 deletions(-) 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." -- 2.39.5