From 85787431f157284bb0d984255ed855a220ff6bc4 Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Tue, 9 Jun 2026 13:52:26 +0100 Subject: [PATCH] feat: update error copy --- config/locales/devise.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index d5d50b5f9..1a7d8ba6e 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -10,8 +10,8 @@ en: already_authenticated: "You are already signed in." inactive: "Your account has not been activated yet." invalid: "Incorrect %{authentication_keys} or password." - locked: "Your account has been locked." - last_attempt: "You have one more attempt before your account is locked." + locked: "Your account has been locked. Please wait one hour to try again." + last_attempt: "You have one more attempt before your account is locked for one hour. You may prefer to click \"Forgot password\" to reset your password." not_found_in_database: "Incorrect %{authentication_keys} or password." timeout: "Your session expired. Sign in again to continue." unauthenticated: "You need to sign in or sign up before continuing."