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}}."