Skip to content

Commit

Permalink
feat(stmtd): add Help q/a
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Nov 1, 2023
1 parent d79f6d0 commit ea4edac
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
1 change: 1 addition & 0 deletions benefits/core/migrations/0002_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
8 changes: 8 additions & 0 deletions benefits/core/templates/core/includes/help--sbmtd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% load i18n %}

<h2 class="h2-sm pt-4 pt-lg-8" id="mst-courtesy-card">{% translate "What is a Mobility Pass?" %}</h2>
<p class="pt-2 pt-lg-4">
{% 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 <a href="https://sbmtd.gov/fares-passes/" target="_blank" rel="noopener noreferrer">SBMTD Fares & Passes</a>.
{% endblocktranslate %}
</p>
13 changes: 12 additions & 1 deletion benefits/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -194,6 +194,17 @@ msgid ""
"target=\"_blank\" rel=\"noopener noreferrer\">MST Riders Guide</a>."
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 "
"<a href=\"https://sbmtd.gov/fares-passes/\" target=\"_blank\" rel=\"noopener "
"noreferrer\">SBMTD Fares & Passes</a>."
msgstr ""

msgid "Sign out of Login.gov"
msgstr ""

Expand Down
18 changes: 17 additions & 1 deletion benefits/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -262,6 +262,22 @@ msgstr ""
"href='https://mst.org/riders-guide/how-to-ride/courtesy-card/' "
"target=\"_blank\" rel=\"noopener noreferrer\">MST Riders Guide</a>."

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 "
"<a href=\"https://sbmtd.gov/fares-passes/\" target=\"_blank\" rel=\"noopener "
"noreferrer\">SBMTD Fares & Passes</a>."
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 <a href=\"https://sbmtd.gov/fares-passes/\" "
"target=\"_blank\" rel=\"noopener noreferrer\">SBMTD Fares & Passes</a>."

msgid "Sign out of Login.gov"
msgstr "Cierre sesión de Login.gov"

Expand Down

0 comments on commit ea4edac

Please sign in to comment.