From 8a3c9ee3c50ec7b1911b706f43a85df4033a7171 Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Fri, 19 Jan 2018 17:45:02 -0500 Subject: [PATCH] FIX: notify_about_queued_posts_after copyedit notify_about_queued_posts_after does not email contact_email anymore, notification is instead a group message to the moderators group. --- 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 a18d2e075c3..9531d40f16e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1529,7 +1529,7 @@ en: approve_post_count: "The amount of posts from a new or basic user that must be approved" approve_unless_trust_level: "Posts for users below this trust level must be approved" approve_new_topics_unless_trust_level: "New topics for users below this trust level must be approved" - notify_about_queued_posts_after: "If there are posts that have been waiting to be reviewed for more than this many hours, an email will be sent to the contact_email. Set to 0 to disable these emails." + notify_about_queued_posts_after: "If there are posts that have been waiting to be reviewed for more than this many hours, send a notification to all moderators. Set to 0 to disable these notifications." auto_close_messages_post_count: "Maximum number of posts allowed in a message before it is automatically closed (0 to disable)" auto_close_topics_post_count: "Maximum number of posts allowed in a topic before it is automatically closed (0 to disable)"