Skip to content

Commit

Permalink
chore: fix msgids and filenames for courtesy card selection label
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jul 10, 2023
1 parent 5276bbf commit 7c4261f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion benefits/core/migrations/0002_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def load_data(app, *args, **kwargs):
jwe_encryption_alg=os.environ.get("COURTESY_CARD_VERIFIER_JWE_ENCRYPTION_ALG", "RSA-OAEP"),
jws_signing_alg=os.environ.get("COURTESY_CARD_VERIFIER_JWS_SIGNING_ALG", "RS256"),
auth_provider=None,
selection_label_template="core/includes/selection_label__mst_courtesy_card.html",
selection_label_template="core/includes/selection-label--courtesy-card.html",
start_template="eligibility/start__mst_courtesy_card.html",
form_title=_("eligibility.pages.confirm.mst_cc.title"),
form_headline=_("eligibility.pages.confirm.mst_cc.headline"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{% load i18n %}

{% block label %}
{% translate "eligibility.pages.index.mst_cc.label" %}
{% translate "eligibility.pages.index.courtesy_card.label" %}
{% endblock label %}

{% block description %}
{% translate "eligibility.pages.index.mst_cc.description" %}
{% translate "eligibility.pages.index.courtesy_card.description" %}
{% endblock description %}
20 changes: 10 additions & 10 deletions 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-07-10 22:44+0000\n"
"POT-Creation-Date: 2023-07-10 22:55+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -316,22 +316,22 @@ msgstr ""
"To function properly, this website requires a browser that supports "
"JavaScript. Please enable JavaScript for this website and"

msgid "eligibility.pages.index.senior.label"
msgstr "Older Adult"

msgid "eligibility.pages.index.senior.description"
msgstr ""
"You must be 65 years or older. You will need to verify your identity with"

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

msgid "eligibility.pages.index.mst_cc.description"
msgid "eligibility.pages.index.courtesy_card.description"
msgstr ""
"This option is for people who have a current Courtesy Card or an MST RIDES "
"Eligibility card. This benefit may need to be renewed in the future. Using "
"this benefit means your new transit fare is half of the standard fare."

msgid "eligibility.pages.index.senior.label"
msgstr "Older Adult"

msgid "eligibility.pages.index.senior.description"
msgstr ""
"You must be 65 years or older. You will need to verify your identity with"

msgid "eligibility.pages.index.veteran.label"
msgstr "US Veteran"

Expand Down
18 changes: 9 additions & 9 deletions 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-07-10 22:44+0000\n"
"POT-Creation-Date: 2023-07-10 22:55+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -330,22 +330,22 @@ msgstr ""
"Para funcionar correctamente, este sitio web requiere un navegador que "
"admita JavaScript. Por favor, active JavaScript por este sitio web y"

msgid "eligibility.pages.index.senior.label"
msgstr "Adulto mayor"

msgid "eligibility.pages.index.senior.description"
msgstr "Debe tener 65 años o más. Deberá verificar su identidad con"

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

msgid "eligibility.pages.index.mst_cc.description"
msgid "eligibility.pages.index.courtesy_card.description"
msgstr ""
"Esta opción es para personas que tienen una Tarjeta de Cortesía actual o una "
"tarjeta de elegibilidad de Paratránsito de MST RIDES. Es posible que este "
"beneficio deba renovarse en el futuro. Usar este beneficio significa que su "
"nueva tarifa de tránsito es la mitad de la tarifa estándar."

msgid "eligibility.pages.index.senior.label"
msgstr "Adulto mayor"

msgid "eligibility.pages.index.senior.description"
msgstr "Debe tener 65 años o más. Deberá verificar su identidad con"

msgid "eligibility.pages.index.veteran.label"
msgstr "TODO: US Veteran"

Expand Down

0 comments on commit 7c4261f

Please sign in to comment.