Skip to content

Commit

Permalink
fix(copy): Courtesy card -> Agency card
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Aug 10, 2023
1 parent d33a410 commit 1335e2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -177,7 +177,7 @@ def load_data(app, *args, **kwargs):
auth_provider=None,
selection_label_template="eligibility/includes/selection-label--mst-courtesy-card.html",
start_template="eligibility/start--mst-courtesy-card.html",
form_title=_("Courtesy Card information"),
form_title=_("Agency card information"),
form_headline=_("Let’s see if we can confirm your eligibility."),
form_blurb=_("Please input your Courtesy Card number and last name below to confirm your eligibility."),
form_sub_label=_("MST Courtesy Card number"),
Expand Down
2 changes: 1 addition & 1 deletion benefits/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Courtesy Card information"
msgid "Agency card information"
msgstr ""

msgid "Let’s see if we can confirm your eligibility."
Expand Down
4 changes: 2 additions & 2 deletions benefits/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "Courtesy Card information"
msgstr "Información de la tarjeta de cortesía"
msgid "Agency card information"
msgstr "Información de la tarjeta de agencia"

msgid "Let’s see if we can confirm your eligibility."
msgstr "Veamos si podemos confirmar su elegibilidad."
Expand Down

0 comments on commit 1335e2c

Please sign in to comment.