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.
This commit is contained in:
Tobias Eigen 2022-12-10 08:58:56 -08:00 committed by GitHub
parent 07e4b7550d
commit 1a0473e890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <a href='%{base_path}/about' target='_blank'>/about</a> for urgent matters."
contact_url: "Contact URL for this site. Displayed on the <a href='%{base_path}/about' target='_blank'>/about</a> page for urgent matters."
crawl_images: "Retrieve images from remote URLs to insert the correct width and height dimensions."