diff --git a/src/registrar/templates/includes/profile_form.html b/src/registrar/templates/includes/profile_form.html index 018291092..d229801f3 100644 --- a/src/registrar/templates/includes/profile_form.html +++ b/src/registrar/templates/includes/profile_form.html @@ -6,7 +6,7 @@ {% endblock profile_header %} {% block profile_blurb %} -

We require that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and won’t be made public.

+

We require that you maintain accurate contact information. The details you provide will only be used to support the administration of .gov and won’t be made public.

Contact information

Review the details below and update any required information. Note that editing this information won’t affect your Login.gov account information.

diff --git a/src/registrar/templates/profile.html b/src/registrar/templates/profile.html index 12441da66..c126204bd 100644 --- a/src/registrar/templates/profile.html +++ b/src/registrar/templates/profile.html @@ -20,16 +20,22 @@ Edit your User Profile | {% include "includes/form_errors.html" with form=form %} {% if show_back_button %} - + - + {% if not return_to_request %}

{{ profile_back_button_text }}

+ {% else %} +

+ Go back to your domain request +

+ {% endif %}
{% endif %} + {% endblock content %} {% block content_bottom %}