diff --git a/app/views/pages/privacy_policy.html.slim b/app/views/pages/privacy_policy.html.slim
index 4e8b22e97a5..4b1ae0279bb 100644
--- a/app/views/pages/privacy_policy.html.slim
+++ b/app/views/pages/privacy_policy.html.slim
@@ -1,43 +1,45 @@
- title t('titles.privacy_policy')
+h1.h2.mt0.mb1 = t('titles.privacy_policy')
+
p = t('pages.privacy_policy.paragraph_1')
-h1.h3.mt0.mb1 = t('headings.privacy_policy.security_practices')
+h2.h3.mt0.mb1 = t('headings.privacy_policy.security_practices')
p = t('pages.privacy_policy.paragraph_2')
p = t('pages.privacy_policy.paragraph_3')
-h1.h3.mt0.mb1 = t('headings.privacy_policy.privacy_practices')
+h2.h3.mt0.mb1 = t('headings.privacy_policy.privacy_practices')
p = t('pages.privacy_policy.paragraph_4')
p = t('pages.privacy_policy.paragraph_5')
-h2.h4.mt0.mb2 = t('headings.privacy_policy.privacy_act')
+h3.h4.mt0.mb2 = t('headings.privacy_policy.privacy_act')
-h3.h5.mt0.mb1 = t('headings.privacy_policy.authorities')
+h4.h5.mt0.mb1 = t('headings.privacy_policy.authorities')
p = t('pages.privacy_policy.paragraph_6_html', \
e_government_link: link_to( \
t('pages.privacy_policy.e_government_link'), \
'https://www.gpo.gov/fdsys/pkg/PLAW-107publ347/html/PLAW-107publ347.htm'))
-h3.h5.mt0.mb1 = t('headings.privacy_policy.purpose')
+h4.h5.mt0.mb1 = t('headings.privacy_policy.purpose')
p = t('pages.privacy_policy.paragraph_7')
-h3.h5.mt0.mb1 = t('headings.privacy_policy.disclosure')
+h4.h5.mt0.mb1 = t('headings.privacy_policy.disclosure')
p = t('pages.privacy_policy.paragraph_8')
-h3.h5.mt0.mb1 = t('headings.privacy_policy.routine_uses')
+h4.h5.mt0.mb1 = t('headings.privacy_policy.routine_uses')
p = t('pages.privacy_policy.paragraph_9_html', \
systems_of_record_notices_link: link_to( \
t('pages.privacy_policy.systems_of_record_notices'), '#'))
-h3.h5.mt0.mb1 = t('headings.privacy_policy.more_information')
+h4.h5.mt0.mb1 = t('headings.privacy_policy.more_information')
p = t('pages.privacy_policy.paragraph_10_html', \
contact_form_link: link_to(t('pages.privacy_policy.contact_form_link'), contact_path))
diff --git a/app/views/profile/index.html.slim b/app/views/profile/index.html.slim
index 0d3443e523e..90831a076db 100644
--- a/app/views/profile/index.html.slim
+++ b/app/views/profile/index.html.slim
@@ -11,6 +11,8 @@
p = t('profile.index.reactivation.instructions')
p.mb0 = link_to t('profile.index.reactivation.reactivate_button'), reactivate_profile_path
+h1.hide = t('titles.profile')
+
- if @decrypted_pii
h2.h3.my0.mr1.inline-block = t('headings.profile.profile_info')
= content_tag(:span, t('tooltips.profile_info'),
diff --git a/config/locales/titles/en.yml b/config/locales/titles/en.yml
index f21ba5ebfae..42a4958b296 100644
--- a/config/locales/titles/en.yml
+++ b/config/locales/titles/en.yml
@@ -19,7 +19,7 @@ en:
change: Change the password for your account
confirm: Confirm the password for your account
forgot: Reset the password for your account
- privacy_policy: Privacy
+ privacy_policy: Security & Privacy
profile: Profile
reactivate_profile: Reactivate profile
recovery_code: Just in case