-
Notifications
You must be signed in to change notification settings - Fork 166
OTP language update #7276
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
OTP language update #7276
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -67,7 +67,7 @@ en: | |||||||||||||||
| try_again: try again | ||||||||||||||||
| sms: | ||||||||||||||||
| confirm_code_html: Need another code? %{resend_code_link}. Message rates may apply. | ||||||||||||||||
| number_message_html: We sent a security code to %{number}. This code will expire | ||||||||||||||||
| number_message_html: We sent a one-time code to %{number}. This code will expire | ||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as previous comment, reused in IAL1 (authentication). identity-idp/app/presenters/two_factor_auth_code/phone_delivery_presenter.rb Lines 11 to 17 in 34f0bcc
|
||||||||||||||||
| in %{expiration} minutes. | ||||||||||||||||
| voice: | ||||||||||||||||
| confirm_code_html: Want us to call you again? %{resend_code_link} | ||||||||||||||||
|
|
||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,7 +33,7 @@ en: | |||||
| cancellation_prompt: Cancel identity verification | ||||||
| cancelled: Identity verification is cancelled | ||||||
| come_back_soon: Come back soon | ||||||
| enter_security_code: Enter your security code | ||||||
| enter_security_code: Enter your one-time code | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If we're changing the text from "security code" to "one-time code", I think it'd be clearer if we updated the key accordingly.
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry, I hit merge too eagerly. I agree with this & will follow up. |
||||||
| get_letter: Get a letter | ||||||
| personal_key: Save your personal key | ||||||
| phone: Verify your phone number | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This string is used on the IAL1 (authentication) MFA pages, which weren't included in the pull request screenshots.
identity-idp/app/views/two_factor_authentication/otp_verification/show.html.erb
Line 14 in 34f0bcc
identity-idp/app/views/two_factor_authentication/totp_verification/show.html.erb
Line 9 in 34f0bcc
I think we want to be consistent here (related ticket LG-7932), so maybe not a problem, but flagging in case it wasn't intentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I believe the intention is to update language throughout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mentioned this to the team in Slack and there don't seem to be any concerns, so should be good! (And I agree with being consistent in the language)