From ea4edac64af3d2b7194cb19d451dea7742c5c94c Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Wed, 1 Nov 2023 23:24:49 +0000 Subject: [PATCH] feat(stmtd): add Help q/a --- benefits/core/migrations/0002_data.py | 1 + .../templates/core/includes/help--sbmtd.html | 8 ++++++++ benefits/locale/en/LC_MESSAGES/django.po | 13 ++++++++++++- benefits/locale/es/LC_MESSAGES/django.po | 18 +++++++++++++++++- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 benefits/core/templates/core/includes/help--sbmtd.html diff --git a/benefits/core/migrations/0002_data.py b/benefits/core/migrations/0002_data.py index d412fcc73..1054c8475 100644 --- a/benefits/core/migrations/0002_data.py +++ b/benefits/core/migrations/0002_data.py @@ -359,6 +359,7 @@ def load_data(app, *args, **kwargs): index_template="core/index--sbmtd.html", eligibility_index_template="eligibility/index--sbmtd.html", enrollment_success_template="enrollment/success--sbmtd.html", + help_template="core/includes/help--sbmtd.html", ) sbmtd_agency.eligibility_types.set([sbmtd_senior_type]) sbmtd_agency.eligibility_verifiers.set([sbmtd_senior_verifier, sbmtd_mobility_pass_verifier]) diff --git a/benefits/core/templates/core/includes/help--sbmtd.html b/benefits/core/templates/core/includes/help--sbmtd.html new file mode 100644 index 000000000..d4f5c5a73 --- /dev/null +++ b/benefits/core/templates/core/includes/help--sbmtd.html @@ -0,0 +1,8 @@ +{% load i18n %} + +

{% translate "What is a Mobility Pass?" %}

+

+ {% blocktranslate trimmed %} + The Santa Barbara Metropolitan Transit District issues Mobility Pass cards to eligible riders. This transit benefit may need to be renewed in the future based on the expiration date of the Mobility Pass. Learn more at the SBMTD Fares & Passes. + {% endblocktranslate %} +

diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index 8b26ac080..572aac1d7 100644 --- a/benefits/locale/en/LC_MESSAGES/django.po +++ b/benefits/locale/en/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n" -"POT-Creation-Date: 2023-11-01 22:42+0000\n" +"POT-Creation-Date: 2023-11-01 23:23+0000\n" "Language: English\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -194,6 +194,17 @@ msgid "" "target=\"_blank\" rel=\"noopener noreferrer\">MST Riders Guide." msgstr "" +msgid "What is a Mobility Pass?" +msgstr "" + +msgid "" +"The Santa Barbara Metropolitan Transit District issues Mobility Pass cards " +"to eligible riders. This transit benefit may need to be renewed in the " +"future based on the expiration date of the Mobility Pass. Learn more at the " +"SBMTD Fares & Passes." +msgstr "" + msgid "Sign out of Login.gov" msgstr "" diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index 922393804..f1b8130ec 100644 --- a/benefits/locale/es/LC_MESSAGES/django.po +++ b/benefits/locale/es/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n" -"POT-Creation-Date: 2023-11-01 22:42+0000\n" +"POT-Creation-Date: 2023-11-01 23:23+0000\n" "Language: Español\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -262,6 +262,22 @@ msgstr "" "href='https://mst.org/riders-guide/how-to-ride/courtesy-card/' " "target=\"_blank\" rel=\"noopener noreferrer\">MST Riders Guide." +msgid "What is a Mobility Pass?" +msgstr "¿Qué es un Mobility Pass?" + +msgid "" +"The Santa Barbara Metropolitan Transit District issues Mobility Pass cards " +"to eligible riders. This transit benefit may need to be renewed in the " +"future based on the expiration date of the Mobility Pass. Learn more at the " +"SBMTD Fares & Passes." +msgstr "" +"Santa Barbara Metropolitan Transit District emite tarjetas Mobility Pass a " +"pasajeros que califican. Este beneficio de tránsito debe renovarse en el " +"futuro en función de la fecha de vencimiento del Mobility Pass. Obtenga más " +"información en el SBMTD Fares & Passes." + msgid "Sign out of Login.gov" msgstr "Cierre sesión de Login.gov"