clarify spam domain blocks

This commit is contained in:
Jeff Atwood 2013-10-10 13:48:16 -07:00
parent 20cba4e092
commit 6ab740aa1c
1 changed files with 2 additions and 2 deletions

View File

@ -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}).