From 744724bc3a70df8f21a3e5429c938dcf3d483b65 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Thu, 29 Dec 2022 04:52:21 +0100 Subject: [PATCH] Add locale for self-muting error --- config/locales/errors.en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/errors.en.yml b/config/locales/errors.en.yml index 82516fff..eae9157d 100644 --- a/config/locales/errors.en.yml +++ b/config/locales/errors.en.yml @@ -21,6 +21,7 @@ en: self_action: "You cannot perform this action on yourself" following_self: "You cannot follow yourself" blocking_self: "You cannot block yourself" + muting_self: "You cannot mute yourself" not_found: "That does not exist" user_not_found: "User not found"