Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo "exceeded" for maximum sign-in error #10590

Merged
merged 1 commit into from
May 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ errors.messages.wrong_length.one: is the wrong length (should be 1 character)
errors.messages.wrong_length.other: is the wrong length (should be %{count} characters)
errors.piv_cac_setup.unique_name: That name is already taken. Please choose a different name.
errors.registration.terms: Before you can continue, you must give us permission. Please check the box below and then click continue.
errors.sign_in.bad_password_limit: You have exceeeded the maximum sign in attempts.
errors.sign_in.bad_password_limit: You have exceeded the maximum sign in attempts.
errors.two_factor_auth_setup.must_select_additional_option: Select an additional authentication method.
errors.two_factor_auth_setup.must_select_option: Select an authentication method.
errors.verify_personal_key.rate_limited: You tried too many times, please try again in %{timeout}.
Expand Down