diff --git a/benefits/core/migrations/0002_data.py b/benefits/core/migrations/0002_data.py index bdb25ff6f9..08ed081c7d 100644 --- a/benefits/core/migrations/0002_data.py +++ b/benefits/core/migrations/0002_data.py @@ -152,7 +152,7 @@ def load_data(app, *args, **kwargs): eligibility_type=mst_senior_type, auth_provider=senior_auth_provider, selection_label_template="eligibility/includes/selection-label--senior.html", - start_template="eligibility/start--login-gov.html", + start_template="eligibility/start--senior.html", unverified_title=_("eligibility.pages.unverified.title"), unverified_blurb=_("eligibility.pages.unverified.p[0]"), ) @@ -202,7 +202,7 @@ def load_data(app, *args, **kwargs): eligibility_type=sacrt_senior_type, auth_provider=senior_auth_provider, selection_label_template="eligibility/includes/selection-label--senior.html", - start_template="eligibility/start--login-gov.html", + start_template="eligibility/start--senior.html", unverified_title=_("eligibility.pages.unverified.title"), unverified_blurb=_("eligibility.pages.unverified.p[0]"), ) diff --git a/benefits/core/templates/core/includes/icon-title--idcardquestion.html b/benefits/core/templates/core/includes/icon-title--idcardquestion.html new file mode 100644 index 0000000000..98be630298 --- /dev/null +++ b/benefits/core/templates/core/includes/icon-title--idcardquestion.html @@ -0,0 +1,6 @@ +{% extends "core/includes/icon-title.html" %} + +{% block icon %} + {% translate "core.icons.sadbus" context "image alt text" as alt_i18n %} + {% include "core/includes/icon--direct-args.html" name="sadbus" alt=alt_i18n %} +{% endblock icon %} diff --git a/benefits/core/templates/core/includes/icon-title--sadbus.html b/benefits/core/templates/core/includes/icon-title--sadbus.html new file mode 100644 index 0000000000..98be630298 --- /dev/null +++ b/benefits/core/templates/core/includes/icon-title--sadbus.html @@ -0,0 +1,6 @@ +{% extends "core/includes/icon-title.html" %} + +{% block icon %} + {% translate "core.icons.sadbus" context "image alt text" as alt_i18n %} + {% include "core/includes/icon--direct-args.html" name="sadbus" alt=alt_i18n %} +{% endblock icon %} diff --git a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--login-gov.html b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html similarity index 64% rename from benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--login-gov.html rename to benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html index 42e6392ebd..4a62a45f82 100644 --- a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--login-gov.html +++ b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--senior.html @@ -3,13 +3,13 @@ {% load i18n %} {% block heading %} - {% translate "eligibility.pages.start.login_gov.start_item.heading" %} + {% translate "eligibility.pages.start.senior.start_item.heading" %} {% endblock heading %} {% block body %}

- {% translate "eligibility.pages.start.login_gov.start_item.details" %} + {% translate "eligibility.pages.start.senior.start_item.details" %}

diff --git a/benefits/eligibility/templates/eligibility/start--login-gov.html b/benefits/eligibility/templates/eligibility/start--senior.html similarity index 79% rename from benefits/eligibility/templates/eligibility/start--login-gov.html rename to benefits/eligibility/templates/eligibility/start--senior.html index c1d529ac59..368e3c97fe 100644 --- a/benefits/eligibility/templates/eligibility/start--login-gov.html +++ b/benefits/eligibility/templates/eligibility/start--senior.html @@ -2,17 +2,17 @@ {% load i18n %} {% block page_title %} - {% translate "eligibility.pages.start.login_gov.title" %} |  + {% translate "eligibility.pages.start.senior.title" %} |  {% endblock page_title %} {% block headline %}
-

{% translate "eligibility.pages.start.login_gov.headline" %}

+

{% translate "eligibility.pages.start.senior.headline" %}

{% endblock headline %} {% block media-item %} - {% include "eligibility/includes/media-item--idcardcheck--start--login-gov.html" %} + {% include "eligibility/includes/media-item--idcardcheck--start--senior.html" %} {% endblock media-item %} {% block call-to-action-button %} diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index fa23aa379a..e03d33777b 100644 --- a/benefits/locale/en/LC_MESSAGES/django.po +++ b/benefits/locale/en/LC_MESSAGES/django.po @@ -378,10 +378,10 @@ msgctxt "image alt text" msgid "core.icons.idcardcheck" msgstr "Identification card icon with checkmark" -msgid "eligibility.pages.start.login_gov.start_item.heading" +msgid "eligibility.pages.start.senior.start_item.heading" msgstr "A Login.gov account with identity verification" -msgid "eligibility.pages.start.login_gov.start_item.details" +msgid "eligibility.pages.start.senior.start_item.details" msgstr "" "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." @@ -392,13 +392,13 @@ msgstr "Learn more about identity verification" msgid "eligibility.pages.start.senior.start_item.secondary_details" msgstr "For this process you will need:" -msgid "eligibility.pages.start.login_gov.required_items[0]" +msgid "eligibility.pages.start.senior.required_items[0]" msgstr "Your state-issued ID card" -msgid "eligibility.pages.start.login_gov.required_items[1]" +msgid "eligibility.pages.start.senior.required_items[1]" msgstr "Your Social Security number" -msgid "eligibility.pages.start.login_gov.required_items[2]" +msgid "eligibility.pages.start.senior.required_items[2]" msgstr "A phone number with a phone plan associated with your name" msgid "eligibility.pages.start.mst_cc.start_item.heading" @@ -544,10 +544,10 @@ msgstr "Choose the transit benefit you would like to enroll in" msgid "eligibility.pages.start.sub_headline" msgstr "You will need a few items to continue:" -msgid "eligibility.pages.start.login_gov.title" +msgid "eligibility.pages.start.senior.title" msgstr "Older Adult benefit information" -msgid "eligibility.pages.start.login_gov.headline" +msgid "eligibility.pages.start.senior.headline" msgstr "You selected an Older Adult transit benefit." msgid "eligibility.buttons.senior.signin" diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index 570054c460..3d406d262d 100644 --- a/benefits/locale/es/LC_MESSAGES/django.po +++ b/benefits/locale/es/LC_MESSAGES/django.po @@ -388,10 +388,10 @@ msgctxt "image alt text" msgid "core.icons.idcardcheck" msgstr "Icono de tarjeta de identificación con marca de verificación" -msgid "eligibility.pages.start.login_gov.start_item.heading" +msgid "eligibility.pages.start.senior.start_item.heading" msgstr "Una cuenta de Login.gov con verificación de identidad" -msgid "eligibility.pages.start.login_gov.start_item.details" +msgid "eligibility.pages.start.senior.start_item.details" msgstr "" "TODO: 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 " @@ -404,13 +404,13 @@ msgid "eligibility.pages.start.senior.start_item.secondary_details" msgstr "" "TODO: For this process you will need:" -msgid "eligibility.pages.start.login_gov.required_items[0]" +msgid "eligibility.pages.start.senior.required_items[0]" msgstr "Su tarjeta de identificación emitida por el estado" -msgid "eligibility.pages.start.login_gov.required_items[1]" +msgid "eligibility.pages.start.senior.required_items[1]" msgstr "Su número de Seguro Social" -msgid "eligibility.pages.start.login_gov.required_items[2]" +msgid "eligibility.pages.start.senior.required_items[2]" msgstr "Un número de teléfono con un plan de teléfono asociado con su nombre" msgid "eligibility.pages.start.mst_cc.start_item.heading" @@ -556,10 +556,10 @@ msgstr "TODO: Choose the transit benefit you would like to enroll in" msgid "eligibility.pages.start.sub_headline" msgstr "TODO: Necesitará algunos artículos para conectar su beneficio:" -msgid "eligibility.pages.start.login_gov.title" +msgid "eligibility.pages.start.senior.title" msgstr "Información sobre beneficios para Adultos Mayores" -msgid "eligibility.pages.start.login_gov.headline" +msgid "eligibility.pages.start.senior.headline" msgstr "Usted seleccionó un beneficio para Adultos Mayores" msgid "eligibility.buttons.senior.signin"