Browse Source

Update devise.en.yml

pull/430/head
Dan13L3 3 years ago committed by baarkerlounger
parent
commit
66bfdc1beb
  1. 10
      config/locales/devise.en.yml

10
config/locales/devise.en.yml

@ -8,14 +8,14 @@ en:
send_paranoid_instructions: "If your email address exists in our database, you will receive an email with instructions for how to confirm your email address in a few minutes."
failure:
already_authenticated: "You are already signed in."
inactive: "Your account is not activated yet."
invalid: "Invalid %{authentication_keys} or password."
locked: "Your account is locked."
inactive: "Your account has not been activated yet."
invalid: "Incorrect %{authentication_keys} email or password."
locked: "Your account has been locked."
last_attempt: "You have one more attempt before your account is locked."
not_found_in_database: "Invalid %{authentication_keys} or password."
not_found_in_database: "Incorrect %{authentication_keys} email or password."
timeout: "Your session expired. Please sign in again to continue."
unauthenticated: "You need to sign in or sign up before continuing."
unconfirmed: "You have to confirm your email address before continuing."
unconfirmed: "You must confirm your email address before continuing."
mailer:
confirmation_instructions:
subject: "Confirmation instructions"

Loading…
Cancel
Save