From a9482c188d334c55b8e44b88c3faf3ecec017a70 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 30 Jul 2022 15:18:10 +0200 Subject: [PATCH] Re-word self-action error message --- config/locales/errors.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/errors.en.yml b/config/locales/errors.en.yml index 90e4a2d1..c00de3cd 100644 --- a/config/locales/errors.en.yml +++ b/config/locales/errors.en.yml @@ -17,7 +17,7 @@ en: answering_other_blocked_self: "You cannot answer this question as you have been blocked its author" commenting_self_blocked_other: "You cannot comment on this answer as you have blocked its author" commenting_other_blocked_self: "You cannot comment on this answer as you have been blocked by its author" - self_action: "You cannot do this to yourself" + self_action: "You cannot perform this action on yourself" following_self: "You cannot follow yourself" blocking_self: "You cannot block yourself"