FEATURE: make user status a public experimental feature (#18352)

This commit is contained in:
Andrei Prigorshnev 2022-09-26 17:44:31 +04:00 committed by GitHub
parent b81afa0756
commit 4c4cc20c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2337,6 +2337,8 @@ en:
enable_sitemap: "Generate a sitemap for your site and include it in the robots.txt file." enable_sitemap: "Generate a sitemap for your site and include it in the robots.txt file."
sitemap_page_size: "Number of URLs to include in each sitemap page. Max 50.000" sitemap_page_size: "Number of URLs to include in each sitemap page. Max 50.000"
enable_user_status: "(experimental) Allow users to set custom status message (emoji + description)."
short_title: "The short title will be used on the user's home screen, launcher, or other places where space may be limited. It should be limited to 12 characters." short_title: "The short title will be used on the user's home screen, launcher, or other places where space may be limited. It should be limited to 12 characters."
dashboard_hidden_reports: "Allow to hide the specified reports from the dashboard." dashboard_hidden_reports: "Allow to hide the specified reports from the dashboard."

View File

@ -372,7 +372,6 @@ basic:
sitemap_page_size: sitemap_page_size:
default: 10000 default: 10000
enable_user_status: enable_user_status:
hidden: true
client: true client: true
default: false default: false