From e475f8631a93782a803486b9604853433bf3e91d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 28 May 2015 16:05:31 -0700 Subject: [PATCH] Revert "shorter suspension copy for 1-line fit" --- 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 d42cc4d1a..66ac85c9d 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1262,7 +1262,7 @@ en: not_allowed_from_ip_address: "You can't log in as %{username} from that IP address." admin_not_allowed_from_ip_address: "You can't log in as admin from that IP address." suspended: "You can't log in until %{date}." - suspended_with_reason: "You can't log in until %{date}. The reason you were suspended: %{reason}" + suspended_with_reason: "Account suspended until %{date}: %{reason}" errors: "%{errors}" not_available: "Not available. Try %{suggestion}?" something_already_taken: "Something went wrong, perhaps the username or email is already registered. Try the forgot password link."