From 08f626d351d94b18764b2228ed6bb47daeeeb07b Mon Sep 17 00:00:00 2001 From: Tarek Khalil <45508821+khalilovcmded@users.noreply.github.com> Date: Fri, 15 Mar 2019 00:02:15 +0000 Subject: [PATCH] REFACTOR: copy change for ignore users moderator message (#7174) --- 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 b43594a9be..cf60082ddf 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1825,7 +1825,7 @@ en: ignored_users_count_message_threshold: "Notify moderators if a particular user is ignored by this many other users." - ignored_users_message_gap_days: "How long wait before notifying moderators again about a user who has been ignored by many others" + ignored_users_message_gap_days: "How long to wait before notifying moderators again about a user who has been ignored by many others." user_website_domains_whitelist: "User website will be verified against these domains. Pipe-delimited list." @@ -2839,9 +2839,9 @@ en: text_body_template: | Hello, - This is an automated message from %{site_name} to inform you about a potentially problematic user who has been ignored by %{ignores_threshold} users. It would be smart to review their forum activity. + This is an automated message from %{site_name} to inform you that [user's profile](%{base_url}/u/%{username}/summary) has been ignored by %{ignores_threshold} users. This could indicate a problem is developing in your community. - Please check the [user's profile](%{base_url}/u/%{username}/summary). + You might want to review recent posts from this user, and potentially other users in the [ignored user report](%{base_url}/admin/reports/top_ignored_users). For additional guidance, please refer to our [community guidelines](%{base_url}/guidelines).