From d6641ee9b611ee5024d55766f499da53273707a5 Mon Sep 17 00:00:00 2001 From: Blake Erickson Date: Mon, 8 Aug 2022 12:47:28 +0100 Subject: [PATCH] DEV: Improve wording about daily like limits (#17824) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://meta.discourse.org/t/-/149489 Improving the wording about daily like limits because there might be some confusion around the word “daily”. This feature is really just a 24 hour sliding window and has no concept of days. --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index cf7c5f8a517..8f68eefb55e 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -758,7 +758,7 @@ en: public_group_membership: "You’re joining/leaving groups a bit too frequently. Please wait %{time_left} before trying again." topics_per_day: "You’ve reached the maximum new topics allowed per day. You can create more new topics in %{time_left}." pms_per_day: "You’ve reached the maximum messages allowed per day. You can create more new messages in %{time_left}." - create_like: "Wow! You’ve been sharing a lot of love! You’ve reached the maximum daily likes for today, but as you gain trust levels, you’ll earn more daily likes. You’ll be able to like posts again in %{time_left}." + create_like: "Wow! You’ve been sharing a lot of love! You’ve reached the maximum number of likes within a 24 hour period, but as you gain trust levels, you’ll earn more daily likes. You’ll be able to like posts again in %{time_left}." create_bookmark: "You’ve reached the maximum number of daily bookmarks. You can create more bookmarks in %{time_left}." edit_post: "You’ve reached the maximum number of daily edits. You can submit more edits in %{time_left}." live_post_counts: "You’re asking for live post counts too quickly. Please wait %{time_left} before trying again."