You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/en.yml
+3
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,19 @@ en:
21
21
missing_redirect_url: "Missing redirect URL."
22
22
not_allowed_redirect_url: "Redirect to '%{redirect_url}' not allowed."
23
23
sended: "An email has been sent to '%{email}' containing instructions for resetting your password."
24
+
sended_paranoid: "If your email address exists in our database, you will receive a password recovery link at your email address in a few minutes."
24
25
user_not_found: "Unable to find user with email '%{email}'."
25
26
password_not_required: "This account does not require a password. Sign in using your '%{provider}' account instead."
26
27
missing_passwords: "You must fill out the fields labeled 'Password' and 'Password confirmation'."
27
28
successfully_updated: "Your password has been successfully updated."
28
29
unlocks:
29
30
missing_email: "You must provide an email address."
30
31
sended: "An email has been sent to '%{email}' containing instructions for unlocking your account."
32
+
sended_paranoid: "If your account exists, you will receive an email with instructions for how to unlock it in a few minutes."
31
33
user_not_found: "Unable to find user with email '%{email}'."
32
34
confirmations:
33
35
sended: "An email has been sent to '%{email}' containing instructions for confirming your account."
36
+
sended_paranoid: "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."
34
37
user_not_found: "Unable to find user with email '%{email}'."
35
38
missing_email: "You must provide an email address."
0 commit comments