From d336d9a51573c2f4cd61e86f6af8ee761b6d4df8 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 31 Jul 2017 10:08:54 -0400 Subject: [PATCH] Remove mention of unhandled flags in description of the contact_email setting --- 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 516b639b20f..913f735d340 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -961,7 +961,7 @@ en: educate_until_posts: "When the user starts typing their first (n) new posts, show the pop-up new user education panel in the composer." title: "The name of this site, as used in the title tag." site_description: "Describe this site in one sentence, as used in the meta description tag." - contact_email: "Email address of key contact responsible for this site. Used for critical notifications such as unhandled flags, as well as on the /about contact form for urgent matters." + contact_email: "Email address of key contact responsible for this site. Used for critical notifications, as well as on the /about contact form for urgent matters." contact_url: "Contact URL for this site. Used on the /about contact form for urgent matters." queue_jobs: "DEVELOPER ONLY! WARNING! By default, queue jobs in sidekiq. If disabled, your site will be broken." crawl_images: "Retrieve images from remote URLs to insert the correct width and height dimensions."