diff --git a/config/locales/devise.en-DG.yml b/config/locales/devise.en-DG.yml index 93d0ecc4d..654e8584e 100644 --- a/config/locales/devise.en-DG.yml +++ b/config/locales/devise.en-DG.yml @@ -12,6 +12,7 @@ en-DG: last_attempt: You have one more attempt before your account is locked. locked: Your account is locked. not_found_in_database: Invalid %{authentication_keys} or password. + omniauth_user_creation_failure: Error creating an account for this identity. pending: Your account is still under review. timeout: Your session expired. Please login again to continue. unauthenticated: You need to login or sign up before continuing. diff --git a/config/locales/devise.en-LN.yml b/config/locales/devise.en-LN.yml index 65ccffce8..ba61b77dd 100644 --- a/config/locales/devise.en-LN.yml +++ b/config/locales/devise.en-LN.yml @@ -12,6 +12,7 @@ en-LN: last_attempt: You have one more attempt before your account is locked. locked: Your account is locked. not_found_in_database: Invalid %{authentication_keys} or password. + omniauth_user_creation_failure: Error creating an account for this identity. pending: Your account is still under review. timeout: Your session expired. Please login again to continue. unauthenticated: You need to login or sign up before continuing. diff --git a/config/locales/devise.en-SQ.yml b/config/locales/devise.en-SQ.yml index d59947035..62009b4b0 100644 --- a/config/locales/devise.en-SQ.yml +++ b/config/locales/devise.en-SQ.yml @@ -12,6 +12,7 @@ en-SQ: last_attempt: You have one more attempt before your account is locked. locked: Your account is locked. not_found_in_database: Invalid %{authentication_keys} or password. + omniauth_user_creation_failure: Error creating an account for this identity. pending: Your account is still under review. timeout: Your session expired. Please login again to continue. unauthenticated: You need to login or sign up before continuing.