From 906d1bc7c8e4180858a06a0b1a9f602c88c4a10f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 14 Jul 2013 23:11:10 -0700 Subject: [PATCH] improve copy on daily action limit --- 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 ea940cb0c4e..b2a6f001f66 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -141,7 +141,7 @@ en: rate_limiter: - too_many_requests: "You're doing that too often. Please wait %{time_left} before trying again." + too_many_requests: "We have a daily limit on how many times that action can be taken. Please wait %{time_left} before trying again." hours: one: "1 hour" other: "%{count} hours"