From 1d3a142f35e95cb2f5ce968ace06d2728b0015ed Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 22 Mar 2018 15:27:07 -0700 Subject: [PATCH] minor copyedits --- config/locales/client.en.yml | 8 ++++---- config/locales/server.en.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 4c4378b9d8a..776bcf29254 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2631,19 +2631,19 @@ en: notifications: watching: title: "Watching" - description: "You will automatically watch all topics in this tag. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic." + description: "You will automatically watch all topics with this tag. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic." watching_first_post: title: "Watching First Post" - description: "You will only be notified of the first post in each new topic in this tag." + description: "You will only be notified of the first post in each new topic with this tag." tracking: title: "Tracking" - description: "You will automatically track all topics in this tag. A count of unread and new posts will appear next to the topic." + description: "You will automatically track all topics with this tag. A count of unread and new posts will appear next to the topic." regular: title: "Regular" description: "You will be notified if someone mentions your @name or replies to your post." muted: title: "Muted" - description: "You will not be notified of anything about new topics in this tag, and they will not appear on your unread tab." + description: "You will not be notified of anything about new topics with this tag, and they will not appear on your unread tab." groups: title: "Tag Groups" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 7e46d4b7518..7972d1ddcfa 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1176,7 +1176,7 @@ en: sso_allows_all_return_paths: "Do not restrict the domain for return_paths provided by SSO (by default return path must be on current site)" enable_local_logins: "Enable local username and password login based accounts. (Note: this must be enabled for invites to work)" - enable_local_logins_via_email: "Email user logins via email." + enable_local_logins_via_email: "Allow users to request a one-click login link to be sent to them via email." allow_new_registrations: "Allow new user registrations. Uncheck this to prevent anyone from creating a new account." enable_signup_cta: "Show a notice to returning anonymous users prompting them to sign up for an account." enable_yahoo_logins: "Enable Yahoo authentication"