Conversation
Update language on OTP entry screen to reflect user testing results ("one-time code" rather than "security code").
For LG-7177
[skip changelog]
| backup_code: Código de seguridad | ||
| # removed "security code" form labels as they trigger ios credit card reader | ||
| code: Código de un solo uso | ||
| code: Código único |
There was a problem hiding this comment.
This string is used on the IAL1 (authentication) MFA pages, which weren't included in the pull request screenshots.
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.
Good catch, I believe the intention is to update language throughout.
There was a problem hiding this comment.
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)
| 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 |
There was a problem hiding this comment.
Same as previous comment, reused in IAL1 (authentication).
| 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 |
There was a problem hiding this comment.
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.
| enter_security_code: Enter your one-time code | |
| enter_one_time_code: Enter your one-time code |
There was a problem hiding this comment.
Sorry, I hit merge too eagerly. I agree with this & will follow up.
🎫 Ticket
LG-7717
🛠 Summary of changes
Update "Enter your security code" screen to use new "one-time code" wording.
👀 Screenshots
If relevant, include a screenshot or screen capture of the changes.
🚀 Notes for Deployment
N/A