From 7bf798891b7788d560187ca3c9df3bc09810b19e Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 7 Jul 2013 23:57:40 -0700 Subject: [PATCH] better new user block PM copy --- config/locales/server.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 516842b49f..002839312e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -894,11 +894,11 @@ en: For additional guidance, please refer to our [FAQ](%{base_url}/faq). user_automatically_blocked: - subject_template: "User %{username} was automatically blocked" + subject_template: "New user %{username} was automatically blocked" text_body_template: | - This is an automated message to inform you that [%{username}](%{user_url}) has been automatically blocked because too many people submitted flags against %{username}'s post(s). + This is an automated message to inform you that the new user [%{username}](%{user_url}) was automatically blocked because multiple users flagged %{username}'s post(s). - Please [review the flags](/admin/flags). If %{username} should not be blocked from posting, click the unblock button on [the admin user page](%{user_url}). + Please [review the flags](/admin/flags). If %{username} was incorrectly blocked from posting, click the unblock button on [the admin page for this user](%{user_url}). spam_post_blocked: subject_template: "Spam was detected in a post by %{username}"