From 4c4cc20c614f501cdf77ab170aacc7426891d01c Mon Sep 17 00:00:00 2001 From: Andrei Prigorshnev Date: Mon, 26 Sep 2022 17:44:31 +0400 Subject: [PATCH] FEATURE: make user status a public experimental feature (#18352) --- config/locales/server.en.yml | 2 ++ config/site_settings.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 50e57853af0..ea49d6f106a 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2337,6 +2337,8 @@ en: 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" + 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." dashboard_hidden_reports: "Allow to hide the specified reports from the dashboard." diff --git a/config/site_settings.yml b/config/site_settings.yml index c447cff5537..566db22550f 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -372,7 +372,6 @@ basic: sitemap_page_size: default: 10000 enable_user_status: - hidden: true client: true default: false