From 734f800cfcd4bf71f29b4d707b07cf3e7bfb1638 Mon Sep 17 00:00:00 2001 From: katypies Date: Wed, 7 Aug 2024 15:47:52 -0600 Subject: [PATCH] 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 %}