From d0bcea3411ea809acd4c98c5f2d81cc9f43d70fc Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 18 Jan 2016 14:17:38 -0800 Subject: [PATCH] better copy on read only mode --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 14f6b2b43..3974e91de 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -734,7 +734,7 @@ en: logout: "You were logged out." refresh: "Refresh" read_only_mode: - enabled: "Read-only mode is enabled. You can continue to browse the site but interactions may not work." + 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." too_few_topics_and_posts_notice: "Let's get this discussion started! There are currently %{currentTopics} / %{requiredTopics} topics and %{currentPosts} / %{requiredPosts} posts. New visitors need some conversations to read and respond to." too_few_topics_notice: "Let's get this discussion started! There are currently %{currentTopics} / %{requiredTopics} topics. New visitors need some conversations to read and respond to."