From ecc7ba4be65afafe0106e1ea9d9ce0fdb99e17bd Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 9 Oct 2013 16:16:39 -0400 Subject: [PATCH] Improve the wording of the spam_post_blocked notification --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index e2e44f35b44..329f6388701 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -979,7 +979,7 @@ en: spam_post_blocked: subject_template: "New user %{username} blocked for repeated links" text_body_template: | - This is an automated message to inform you that the new user [%{username}](%{base_url}%{user_url}) tried to create multiple posts with links to %{domains}, but they were blocked from further posting to avoid spam. + This is an automated message to inform you that the new user [%{username}](%{base_url}%{user_url}) tried to create multiple posts with links to %{domains}, but the posts were blocked to avoid spam. The user is still able to make posts without those links. Please [review the user](%{base_url}%{user_url}).