Browse Source

Merge a43c492b29 into 316943cfc0

pull/3353/merge
Nat Dean-Lewis 2 days ago committed by GitHub
parent
commit
7ee34a05a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      config/locales/devise.en.yml

4
config/locales/devise.en.yml

@ -10,8 +10,8 @@ en:
already_authenticated: "You are already signed in." already_authenticated: "You are already signed in."
inactive: "Your account has not been activated yet." inactive: "Your account has not been activated yet."
invalid: "Incorrect %{authentication_keys} or password." invalid: "Incorrect %{authentication_keys} or password."
locked: "Your account has been 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." 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." not_found_in_database: "Incorrect %{authentication_keys} or password."
timeout: "Your session expired. Sign in again to continue." timeout: "Your session expired. Sign in again to continue."
unauthenticated: "You need to sign in or sign up before continuing." unauthenticated: "You need to sign in or sign up before continuing."

Loading…
Cancel
Save