Skip to content

Commit

Permalink
Fix: Veterans - Enrollment Success: Add msgid for Veterans copy (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jun 29, 2023
2 parents 848a17f + 66dad36 commit ed0d818
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
4 changes: 1 addition & 3 deletions benefits/core/migrations/0002_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ def load_data(app, *args, **kwargs):
start_item_secondary_details=_("eligibility.pages.start.veteran.start_item.secondary_details"),
unverified_title=_("eligibility.pages.unverified.title"),
unverified_blurb=_("eligibility.pages.unverified.p[0]"),
enrollment_success_confirm_item_details=_(
"enrollment.pages.index.login_gov.eligibility_confirmed_item.details%(transit_agency_short_name)s"
),
enrollment_success_confirm_item_details=_("enrollment.pages.success.veteran.confirm_item.details"),
enrollment_success_expiry_item_heading=None,
enrollment_success_expiry_item_details=None,
)
Expand Down
9 changes: 8 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-06-26 21:25+0000\n"
"POT-Creation-Date: 2023-06-28 22:08+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -107,6 +107,13 @@ msgstr ""
"If you do not have an account with any of these services, you will need to "
"create one. We recommend using Login.gov."

msgid "enrollment.pages.success.veteran.confirm_item.details"
msgstr ""
"You were not charged anything today. When boarding transit, pay with this "
"same physical card and you will automatically receive your new reduced fare. "
"You will need to reapply if you choose to change the bank card you use to "
"pay for transit service."

msgid "eligibility.pages.index.mst_cc.label"
msgstr "I have an MST Courtesy Card"

Expand Down
9 changes: 8 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-06-26 21:25+0000\n"
"POT-Creation-Date: 2023-06-28 22:08+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -107,6 +107,13 @@ msgstr ""
"TODO: If you do not have an account with any of these services, you will "
"need to create one. We recommend using Login.gov."

msgid "enrollment.pages.success.veteran.confirm_item.details"
msgstr ""
"No se le ha cobrado nada hoy. Al abordar al el tránsito, pague con esta "
"misma tarjeta física y automáticamente recibirá su nueva tarifa reducida. "
"Deberá volver a presenter la solicitud si elige cambiar la tarjeta bancaria "
"que utiliza para pagar el servicio de transito."

msgid "eligibility.pages.index.mst_cc.label"
msgstr "Tengo una Tarjeta de Cortesía de MST"

Expand Down

0 comments on commit ed0d818

Please sign in to comment.