From be722543c18dcca2a44272029f73388629be2a1a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 16 May 2017 20:02:18 -0700 Subject: [PATCH] less scary warning for email daily limit reached --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 8fe04aa7107..1a5b6d78a6f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2367,8 +2367,8 @@ en: user_notifications: previous_discussion: "Previous Replies" reached_limit: - one: "WARNING: you reached the limit of daily emails. Further email notifications will be suppressed." - other: "WARNING: you reached the limit of %{count} daily emails. Further email notifications will be suppressed." + one: "To protect your inbox, we’ve temporarily put email notifications on hold for today, as the maximum of %{count} per day was reached." + other: "To protect your inbox, we’ve temporarily put email notifications on hold for today, as the maximum of %{count} per day was reached." in_reply_to: "In Reply To" unsubscribe: title: "Unsubscribe"