From d1b0939e0249d46d3225389fcd7b06582b8c8e46 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 5 Jan 2015 22:42:08 -0800 Subject: [PATCH] add contact info to /about --- app/assets/javascripts/discourse/templates/about.hbs | 7 +++++++ config/locales/client.en.yml | 2 ++ config/locales/server.en.yml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/about.hbs b/app/assets/javascripts/discourse/templates/about.hbs index 3edbdc6506a..ba62d0548fc 100644 --- a/app/assets/javascripts/discourse/templates/about.hbs +++ b/app/assets/javascripts/discourse/templates/about.hbs @@ -61,4 +61,11 @@ +
+

{{i18n 'about.contact'}}

+

+ {{i18n 'about.contact_info' contact_email='name@example.com'}} +

+
+ diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 04c39989765..5e206b06de6 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -158,6 +158,8 @@ en: topic_count: "Topics" post_count: "Posts" user_count: "Users" + contact: "Contact Us" + contact_info: "In the event of a critical issue or urgent matter affecting this site, please contact us at %{contact_email}." bookmarks: not_logged_in: "sorry, you must be logged in to bookmark posts" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4336554659c..e89f25dee43 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1957,7 +1957,7 @@ en: ## [Powered by You](#power) - This site is operated by your [friendly local staff](/staff) and *you*, the community. If you have any further questions about how things should work here, open a new topic in the [meta category](/c/meta) and let's discuss it! If you have a critical or urgent issue that isn't covered by a meta topic or flag, contact us via the [staff page](/staff). + This site is operated by your [friendly local staff](/about) and *you*, the community. If you have any further questions about how things should work here, open a new topic in the [meta category](/c/meta) and let's discuss! If there's a critical or urgent issue that can't be handled by a meta topic or flag, contact us via the [staff page](/about).