Improve copy on email confirmation step
## Problem Webstore registration requires email confirmation, but the screen asking the user to confirm their email emphasizes resending the confirmation email, not the the main action of checking your email to click the confirmation link. It also doesn't tell user why confirmation is required (because we send the license to that email and we need to make sure it's right). ![browser_screen__9__1](/uploads/dd7ed617f0e91e9fc6fcb6850805d519/browser_screen__9__1.png) ## Proposal - Move the info that's currently hidden in the alert down into the main body. - Add a value prop for the user to tell them why confirming their email is important (something like "We need you to confirm your email so that we send your license to the right place.") - Give less emphasis to "Resend confirmation instructions" and more emphasis to the action that they really need to take which is "Check your email." ### Availability & Testing <!-- This section needs to be retained and filled in during the workflow planning breakdown phase of this feature proposal, if not earlier. What risks does this change pose to our availability? How might it affect the quality of the product? What additional test coverage or changes to tests will be needed? Will it require cross-browser testing? Please list the test areas (unit, integration and end-to-end) that needs to be added or updated to ensure that this feature will work as intended. Please use the list below as guidance. * Unit test changes * Integration test changes * End-to-end test change See the test engineering planning process and reach out to your counterpart Software Engineer in Test for assistance: https://about.gitlab.com/handbook/engineering/quality/test-engineering/#test-planning --> > Add a value prop for the user to tell them why confirming their email is important Any associated Vue changes should also be accompanied by frontend Jest test changes to test the new prop, or any other modifications.
issue