From e1367cdea689d1883c3af28b2d15727190dce5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 28 Jan 2022 17:12:35 +0100 Subject: [PATCH] I18N: Improve copy on blocked words error messages (#15741) --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 2d1bdc13b0b..30671b02332 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -366,8 +366,8 @@ en: too_many_links: one: "Sorry, new users can only put one link in a post." other: "Sorry, new users can only put %{count} links in a post." - contains_blocked_word: "Your post contains a word that's not allowed: %{word}" - contains_blocked_words: "Your post contains multiple words that aren't allowed: %{words}" + contains_blocked_word: "Sorry, you can't post the word '%{word}'; it's not allowed." + contains_blocked_words: "Sorry, you can't post that. Not allowed: %{words}." spamming_host: "Sorry you cannot post a link to that host." user_is_suspended: "Suspended users are not allowed to post."