mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:38:01 +08:00
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:
parent
07e4b7550d
commit
1a0473e890
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user