From 6ab740aa1c2547c09f6a11b99e1b5af94be4e59b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 10 Oct 2013 13:48:16 -0700 Subject: [PATCH] clarify spam domain blocks --- 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 b5447e2db90..e353015f094 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -981,9 +981,9 @@ en: This threshold can be changed via the `block_new_user` site settings. spam_post_blocked: - subject_template: "New user %{username} blocked for repeated links" + subject_template: "New user %{username} posts 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 the posts were blocked to avoid spam. The user is still able to make posts without those links. + 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 those posts were blocked to avoid spam. The user is still able to create new posts that do not link to %{domains}. Please [review the user](%{base_url}%{user_url}).