From 9d6da245b05669b9eb35be31fc98843755a7f243 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 20 Sep 2016 14:50:57 -0700 Subject: [PATCH] add help text for welcome topic --- config/locales/client.en.yml | 2 +- config/locales/server.en.yml | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index bf773c62dce..1cef9f93d90 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -3231,7 +3231,7 @@ en: done: "Done" back: "Back" next: "Next" - step: "Step %{current} of %{total}" + step: "%{current} of %{total}" upload: "Upload" uploading: "Uploading..." quit: "Maybe Later" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 6fbf44c190c..426807e5b78 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -3244,7 +3244,14 @@ en: fields: welcome: label: "Welcome Topic" - description: 'Think of this as your "elevator pitch" – how would you describe this site to a stranger on an elevator when you had about 1 minute to talk?' + description: "

Your welcome topic is important because it is the first thing you visitors will see:

+
    +
  1. Where am I?
  2. +
  3. Who are these discussions for?
  4. +
  5. What can I find here?
  6. +
  7. Why should I visit?
  8. +
+

Think of it as your 'elevator pitch' or 'mission statement' – how would you describe your community to a stranger on an elevator when you had about 1 minute to talk?

" one_paragraph: "Please restrict your welcome message to one paragraph." privacy: @@ -3267,11 +3274,11 @@ en: contact_email: label: "Mail" placeholder: "name@example.com" - description: "Email address for the person or group responsible for this community. Used for critical notifications such as unhandled flags, security updates, and on the \"About\" page for urgent community contact." + description: "Email address for the person or group responsible for this community. Used for critical notifications such as unhandled flags, security updates, and on your about page for urgent community contact." contact_url: label: "Web Page" placeholder: "http://www.example.com/contact-us" - description: "General contact web page for you or your oganization. Will be displayed on your \"About\" page." + description: "General contact web page for you or your oganization. Will be displayed on your about page." site_contact: label: "Automated Messages" description: "All automated Discourse personal messages will be sent from this user. Most importantly, this user will be the designated sender of every welcome message automatically sent to new users." @@ -3295,7 +3302,7 @@ en: title: "Theme" fields: theme_id: - description: "Do you prefer a light or dark design? You can always further customize the look and feel of your site via Admin, Customize." + description: "Do you prefer a light or dark design to start with? You can always further customize the look and feel of your site via Admin, Customize." choices: default: label: "Simple Light" @@ -3307,20 +3314,20 @@ en: fields: logo_url: label: "Primary Logo" - description: "The logo image at the top left of your site, should be a wide rectangle shape." + description: "The logo image at the top left of your site. Should be a wide rectangle shape." logo_small_url: label: "Small Logo" - description: "The small logo image at the top left of your site, should be a square shape, seen when scrolling down." + description: "The small logo image at the top left of your site, seen when scrolling down. Should be a square shape." icons: title: "Icons" fields: favicon_url: label: "Small Icon" - description: "A favicon for your site. To work correctly over a CDN it must be a png." + description: "A favicon for your site. Please use a JPG or PNG only, not an icon or SVG file." apple_touch_icon_url: label: "Large Icon" - description: "Icon used for Apple touch devices. Recommended size is 144px by 144px." + description: "Icon used to represent your site on mobile devices. Recommended size is 144px by 144px." invites: title: "Invite Staff"