From 356ad4459b5c8ce1760d3a32077fb9212318c1fe Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Jan 2015 00:30:30 -0800 Subject: [PATCH] add unhandled flags to the contact email help --- 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 2dfe2267d..b3f1a3e37 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -658,7 +658,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 only, 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 such as unhandled flags, as well as 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." download_remote_images_to_local: "Convert remote images to local images by downloading them; this prevents broken images."