From edb1d109ab00ff1e815ff5cbb85c20ef3f5b454c Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 6 Sep 2023 21:14:53 +0000 Subject: [PATCH] fix(elig-start): change heading, change to Spaces: 2 --- ...edia-item--idcardcheck--start--senior.html | 32 +++++++++---------- ...dia-item--idcardcheck--start--veteran.html | 32 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html index 74c24d496..7bd1f51e5 100644 --- a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html +++ b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html @@ -3,25 +3,25 @@ {% load i18n %} {% block heading %} - {% translate "A Login.gov account with identity verification" %} + {% translate "A Login.gov account with identity verification" %} {% endblock heading %} {% block body %} -
-

- {% translate "You will be able to create an account using your email address if you do not already have one. We use your Login.gov account to verify your identity." %} - {% translate "Learn more about identity verification" as text %} - {% include "core/includes/modal-trigger.html" with modal="modal--identity-verification" text=text period=True %} -

-
-

{% translate "For this process you will need:" %}

-
    -
  • {% translate "Your state-issued ID card" %}
  • -
  • {% translate "Your Social Security number" %}
  • -
  • {% translate "A phone number with a phone plan associated with your name" %}
  • -
-
+
+

+ {% translate "You will be able to create an account using your email address if you do not already have one. We use your Login.gov account to verify your identity." %} + {% translate "Learn more about identity verification" as text %} + {% include "core/includes/modal-trigger.html" with modal="modal--identity-verification" text=text period=True %} +

+
+

{% translate "For this process you will need:" %}

+
    +
  • {% translate "Your state-issued ID card" %}
  • +
  • {% translate "Your Social Security number" %}
  • +
  • {% translate "A phone number with a phone plan associated with your name" %}
  • +
+
- {% include "eligibility/includes/modal--senior-start-help.html" with size="modal-lg" id="modal--identity-verification" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %} + {% include "eligibility/includes/modal--senior-start-help.html" with size="modal-lg" id="modal--identity-verification" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %} {% endblock body %} diff --git a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--veteran.html b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--veteran.html index 684a08003..7bd1f51e5 100644 --- a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--veteran.html +++ b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--veteran.html @@ -3,25 +3,25 @@ {% load i18n %} {% block heading %} - {% translate "Access to your preferred VA related account" %} + {% translate "A Login.gov account with identity verification" %} {% endblock heading %} {% block body %} -
-

- {% translate "You will be able to create an account using your email address if you do not already have one. We use your Login.gov account to verify your identity." %} - {% translate "Learn more about identity verification" as text %} - {% include "core/includes/modal-trigger.html" with modal="modal--identity-verification" text=text period=True %} -

-
-

{% translate "For this process you will need:" %}

-
    -
  • {% translate "Your state-issued ID card" %}
  • -
  • {% translate "Your Social Security number" %}
  • -
  • {% translate "A phone number with a phone plan associated with your name" %}
  • -
-
+
+

+ {% translate "You will be able to create an account using your email address if you do not already have one. We use your Login.gov account to verify your identity." %} + {% translate "Learn more about identity verification" as text %} + {% include "core/includes/modal-trigger.html" with modal="modal--identity-verification" text=text period=True %} +

+
+

{% translate "For this process you will need:" %}

+
    +
  • {% translate "Your state-issued ID card" %}
  • +
  • {% translate "Your Social Security number" %}
  • +
  • {% translate "A phone number with a phone plan associated with your name" %}
  • +
+
- {% include "eligibility/includes/modal--senior-start-help.html" with size="modal-lg" id="modal--identity-verification" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %} + {% include "eligibility/includes/modal--senior-start-help.html" with size="modal-lg" id="modal--identity-verification" header="p-md-2 p-3" body="pb-md-3 mb-md-3 mx-md-3 py-0 pt-0 absolute-top" %} {% endblock body %}