-
Notifications
You must be signed in to change notification settings - Fork 166
LG-5372 Minor content and styling update for IAL2 welcome and agreement steps. #5617
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
Changes from all commits
37cb6e6
d8511c4
f024792
972a37b
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 |
|---|---|---|
|
|
@@ -128,7 +128,7 @@ en: | |
| document_capture_selfie: Your photo | ||
| front: Front | ||
| interstitial: We are processing your images | ||
| lets_go: Let’s get started | ||
| lets_go: How verifying your identity works | ||
| photo: Photo | ||
| review_issues: Check your images and try again | ||
| secure_account: Secure your account | ||
|
|
@@ -143,7 +143,7 @@ en: | |
| upload_liveness_enabled: How would you like to verify your identity? | ||
| verify: Verify your information | ||
| verify_identity: Verify your identity | ||
| welcome: Verify your identity to securely access government services | ||
| welcome: Get started verifying your identity | ||
| info: | ||
| camera_required: Your mobile phone must have a camera and a web browser | ||
| capture_status_capturing: Capturing | ||
|
|
@@ -167,12 +167,13 @@ en: | |
| link_sent_complete_js: The next step will load automatically once you verify | ||
| your ID using your phone. | ||
| link_sent_complete_nojs: When you are done, click Continue here to finish verifying your identity. | ||
| no_sp_name: The agency that you are trying to access | ||
| privacy_html: '%{app_name} is a secure, government website that adheres to the | ||
| highest standards in data protection. We only use your data to verify | ||
| your identity. %{link} about our privacy and security measures.' | ||
| secure_account: After you verify, we’ll ask you to encrypt your account. | ||
| Encryption means your data is protected and only you, the account | ||
| holder, will be able to access or change your information. | ||
| secure_account: We'll encrypt your account with your password. Encryption means | ||
| your data is protected and only you will be able to access or change | ||
| your information. | ||
| ssn: We need your Social Security number to validate your name, date of birth | ||
| and address. Your Social Security number is encrypted. With your | ||
| consent, we share this information with the government agency you are | ||
|
|
@@ -190,12 +191,11 @@ en: | |
| state-issued ID. Then, you’ll take a photo of yourself to confirm that | ||
| you are the owner of the ID. | ||
| upload_no_image_storage: We do not store images you upload. We only verify your identity. | ||
| verify_identity: We’ll ask for your personal information. We’ll use, keep and | ||
| share some of your personal information to verify your identity against | ||
| public records. | ||
| verify_identity: We'll ask for your personal information to verify your identity | ||
|
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. I wonder why I can follow-up to see if it's a bug with the normalization.
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. Follow-up fix at: #5621 |
||
| against public records. | ||
| verifying: Verifying… | ||
| welcome_html: The agency that you are trying to access needs to make sure you | ||
| are you — not someone pretending to be you. | ||
| welcome_html: '%{sp_name} needs to make sure you are you — not someone | ||
| pretending to be you.' | ||
| instructions: | ||
| bullet1: Your State-issued ID | ||
| bullet1a: A device with a camera | ||
|
|
@@ -225,9 +225,9 @@ en: | |
| text1: '' | ||
| text1a: such as a phone or computer. | ||
| text2: You will not need the card with you. | ||
| text3: You do not need to be the primary account holder. If you do not have a | ||
| phone number that qualifies, we can send you the verification code by | ||
| mail in approximately 3-7 business days. | ||
| text3: You do not need to be the primary account holder on your phone plan. If | ||
| your phone number doesn’t work, we can send you a verification code by | ||
| mail. | ||
| welcome: 'To verify your identity, you will need:' | ||
| tips: | ||
| capture_troubleshooting_blurry: The photo you added is too blurry. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
Poking around some of the other flow designs, I wonder if we could update the "Cancel" partial to have
margin-top-4to achieve this same effect?cc @anniehirshman-gsa do you think this makes sense? In other words, using 2rem top margin wherever we have "Cancel" link at the bottom of a page, where currently it is 1rem by default. We already do this with the "Start Over or Cancel" variation.
Uh oh!
There was an error while loading. Please reload this page.
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.
Yeah, that definitely crossed my mind but I also didn't know what the impact would be of that across all the places it is used. It seemed like this was mostly because of the lack of a "start over" to go with it so I figured it could just be a one off. But if it's safe that's fine, I'll change it. That's just a much larger effect than the rest of this change set...
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.
Hm, one challenge is that the Start Over or Cancel partial composes the "Cancel" link, where we'd not want
2rembetween "Start Over" and the Cancel link's border 🤔Uh oh!
There was an error while loading. Please reload this page.
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.
Yes, a consistent
2 remspace above the start over/cancel/back component would be great, but not sure how to best achieve that or if it's possible to make that change more widely without creating spacing issues elsewhereThere 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.
Yeah, I worry adding it globally here would create some oddities elsewhere that'll be a bit hard to nail down quickly.
Uh oh!
There was an error while loading. Please reload this page.
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.
Given the limited scope of this ticket and change set, it would make more sense to me to split off the global change of styling for the start over/cancel/back component to another ticket.