From 1a0473e890820e089fc446f559ecb98c3dae73d6 Mon Sep 17 00:00:00 2001 From: Tobias Eigen Date: Sat, 10 Dec 2022 08:58:56 -0800 Subject: [PATCH] Make explicit that title and desc are public (#19403) * Make explicit that title and desc are public * also updated short_site_description the `short_site_description` setting is also visible to all visitors including anons so changed the description. --- config/locales/server.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 311b92c3da7..c52044fe2ec 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1513,9 +1513,9 @@ en: allow_duplicate_topic_titles_category: "Allow topics with identical, duplicate titles if the category is different. allow_duplicate_topic_titles must be disabled." unique_posts_mins: "How many minutes before a user can make a post with the same content again" 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." - short_site_description: "Short description, as used in the title tag on homepage." + title: "The name of this site. Visible to all visitors including anonymous users." + site_description: "Describe this site in one sentence. Visible to all visitors including anonymous users." + short_site_description: "Short description in a few words. Visible to all visitors including anonymous users." contact_email: "Email address of key contact responsible for this site. Used for critical notifications, and also displayed on /about for urgent matters." contact_url: "Contact URL for this site. Displayed on the /about page for urgent matters." crawl_images: "Retrieve images from remote URLs to insert the correct width and height dimensions."