From c463a04c3f0f0d7bf5c8b3b3997b632bf381f59b Mon Sep 17 00:00:00 2001 From: Joshua Rosenfeld Date: Tue, 17 Sep 2019 14:41:52 -0400 Subject: [PATCH] Copy: Update too few topics/posts notice The current copy has caused some confusion that admins can only create 5 topics or 30 posts. Update copy to make it clearer this is a recommended minimum, not a limit. --- config/locales/client.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 241b7247e8e..e33577afe8e 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -1325,9 +1325,9 @@ en: enabled: "This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now." login_disabled: "Login is disabled while the site is in read only mode." logout_disabled: "Logout is disabled while the site is in read only mode." - too_few_topics_and_posts_notice: "Let's start the discussion! There are %{currentTopics} / %{requiredTopics} topics and %{currentPosts} / %{requiredPosts} posts – visitors need more to read and reply to. Only staff can see this message." - too_few_topics_notice: "Let's start the discussion! There are %{currentTopics} / %{requiredTopics} topics – visitors need more to read and reply to. Only staff can see this message." - too_few_posts_notice: "Let's start the discussion! There are %{currentPosts} / %{requiredPosts} posts – visitors need more to read and reply to. Only staff can see this message." + too_few_topics_and_posts_notice: "Let's start the discussion! There are %{currentTopics} topics and %{currentPosts} posts. Visitors need more to read and reply to – we recommend at least %{requiredTopics} topics and %{requiredPosts} posts. Only staff can see this message." + too_few_topics_notice: "Let's start the discussion! There are %{currentTopics} topics. Visitors need more to read and reply to – we recommend at least %{requiredTopics} topics. Only staff can see this message." + too_few_posts_notice: "Let's start the discussion! There are %{currentPosts} posts. Visitors need more to read and reply to – we recommend at least %{requiredPosts} posts. Only staff can see this message." logs_error_rate_notice: # keys ending with _MF use message format, see https://meta.discourse.org/t/message-format-support-for-localization/7035 for details reached_hour_MF: "{relativeAge}{rate, plural, one {# error/hour} other {# errors/hour}} reached site setting limit of {limit, plural, one {# error/hour} other {# errors/hour}}."