diff --git a/src/registrar/templates/includes/finish_profile_form.html b/src/registrar/templates/includes/finish_profile_form.html index 42a2de1a5..119862269 100644 --- a/src/registrar/templates/includes/finish_profile_form.html +++ b/src/registrar/templates/includes/finish_profile_form.html @@ -56,12 +56,13 @@

What contact information should we use to reach you?

{% with toggleable_input=True toggleable_label=True group_classes="usa-form-editable padding-top-2" %} {% input_with_errors form.title %} {% endwith %} - - {% public_site_url "help/account-management/#get-help-with-login.gov" as login_help_url %} + + {% public_site_url "help/account-management/#email-address" as login_help_url %} {% with toggleable_input=True add_class="display-none" group_classes="usa-form-editable usa-form-editable padding-top-2 bold-usa-label" %} + {% with link_href=login_help_url %} - {% with sublabel_text="We recommend using your work email for your .gov account. If the wrong email is displayed below, you’ll need to update your Login.gov account and log back in. Get help with your Login.gov account." %} - {% with link_text="Get help with your Login.gov account" target_blank=True do_not_show_max_chars=True %} + {% with sublabel_text="We recommend using a Login.gov account that's only connected to your work email address. If you need to change your email, you'll need to make a change to your Login.gov account. Get help with updating your email address." %} + {% with link_text="Get help with updating your email address" target_blank=True do_not_show_max_chars=True %} {% input_with_errors form.email %} {% endwith %} {% endwith %} diff --git a/src/registrar/templates/includes/profile_form.html b/src/registrar/templates/includes/profile_form.html index 966b92b01..bd4b0209b 100644 --- a/src/registrar/templates/includes/profile_form.html +++ b/src/registrar/templates/includes/profile_form.html @@ -30,11 +30,11 @@

Contact information

{% input_with_errors form.title %} - {% public_site_url "help/account-management/#get-help-with-login.gov" as login_help_url %} + {% public_site_url "help/account-management/#email-address" as login_help_url %} {% with link_href=login_help_url %} - {% with sublabel_text="We recommend using your work email for your .gov account. If the wrong email is displayed below, you’ll need to update your Login.gov account and log back in. Get help with your Login.gov account." %} - {% with link_text="Get help with your Login.gov account" %} + {% with sublabel_text="We recommend using a Login.gov account that's only connected to your work email address. If you need to change your email, you'll need to make a change to your Login.gov account. Get help with updating your email address." %} + {% with link_text="Get help with updating your email address" %} {% with target_blank=True %} {% with do_not_show_max_chars=True %} {% input_with_errors form.email %}