From 30b23a2450a42f82ba284552db3c9837542a794b Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Fri, 4 Apr 2014 15:24:00 -0400 Subject: [PATCH] FIX: notify_about_flags_after description said it sends to moderators. It actually sends to contact_email. --- 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 ea2da1e3afb..985993a303e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -871,7 +871,7 @@ en: embed_category: "Category of created topics" embed_post_limit: "Maximum number of posts to embed" tos_accept_required: "If enabled, users will need to check a box on the signup form to confirm that they accept the terms of service. Edit 'Signup Form: Terms of Service Message' in the Content tab to change the message." - notify_about_flags_after: "If there are flags that haven't been handled after this many hours, send an email to moderators. Set to 0 to disable." + notify_about_flags_after: "If there are flags that haven't been handled after this many hours, send an email to the contact_email. Set to 0 to disable." notification_types: mentioned: "%{display_username} mentioned you in %{link}"