From 02423cc6313f71b229f10eda0c19991ba6a32353 Mon Sep 17 00:00:00 2001 From: katypies Date: Wed, 24 Jul 2024 14:58:42 -0600 Subject: [PATCH 1/3] Update link to point to new section for updating contact information, including email address --- src/registrar/templates/includes/profile_form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/registrar/templates/includes/profile_form.html b/src/registrar/templates/includes/profile_form.html index 966b92b01..dbc0415a9 100644 --- a/src/registrar/templates/includes/profile_form.html +++ b/src/registrar/templates/includes/profile_form.html @@ -30,11 +30,11 @@ {% 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/#update-your-contact-information" 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 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 updating your contact information." %} + {% with link_text="Get help with updating your contact information" %} {% with target_blank=True %} {% with do_not_show_max_chars=True %} {% input_with_errors form.email %} From 734f800cfcd4bf71f29b4d707b07cf3e7bfb1638 Mon Sep 17 00:00:00 2001 From: katypies Date: Wed, 7 Aug 2024 15:47:52 -0600 Subject: [PATCH 2/3] Adjust copy for the finish profile form, too --- src/registrar/templates/includes/finish_profile_form.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/registrar/templates/includes/finish_profile_form.html b/src/registrar/templates/includes/finish_profile_form.html index 88f7a73af..5176b0462 100644 --- a/src/registrar/templates/includes/finish_profile_form.html +++ b/src/registrar/templates/includes/finish_profile_form.html @@ -53,11 +53,11 @@ {% endwith %} - {% public_site_url "help/account-management/#get-help-with-login.gov" as login_help_url %} + {% public_site_url "help/account-management/#update-your-contact-information" as login_help_url %} {% with show_readonly=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 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 updating your contact information." %} + {% with link_text="Get help with updating your contact information" target_blank=True do_not_show_max_chars=True %} {% input_with_errors form.email %} {% endwith %} {% endwith %} From 37145866d91f5bb58b6b83f7c71e4f103fb8cdc6 Mon Sep 17 00:00:00 2001 From: katypies Date: Thu, 8 Aug 2024 13:34:57 -0600 Subject: [PATCH 3/3] Fix copy and link specifically to the email address content in the help page --- src/registrar/templates/includes/finish_profile_form.html | 6 +++--- src/registrar/templates/includes/profile_form.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/registrar/templates/includes/finish_profile_form.html b/src/registrar/templates/includes/finish_profile_form.html index 6ffff2950..119862269 100644 --- a/src/registrar/templates/includes/finish_profile_form.html +++ b/src/registrar/templates/includes/finish_profile_form.html @@ -57,12 +57,12 @@ {% input_with_errors form.title %} {% endwith %} - {% public_site_url "help/account-management/#update-your-contact-information" 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 updating your contact information." %} - {% with link_text="Get help with updating your contact information" 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 dbc0415a9..bd4b0209b 100644 --- a/src/registrar/templates/includes/profile_form.html +++ b/src/registrar/templates/includes/profile_form.html @@ -30,11 +30,11 @@ {% input_with_errors form.title %} - {% public_site_url "help/account-management/#update-your-contact-information" 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 updating your contact information." %} - {% with link_text="Get help with updating your contact information" %} + {% 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 %}