Skip to content

Commit

Permalink
fix(copy): Mobility Pass card
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Nov 16, 2023
1 parent 9c35614 commit c5365bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion benefits/eligibility/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def __init__(self, *args, **kwargs):
title=_("Agency card information"),
headline=_("Let’s see if we can confirm your eligibility."),
blurb=_("Please input your Mobility Pass number and last name below to confirm your eligibility."),
name_label=_("Last name (as it appears on Mobility Pass)"),
name_label=_("Last name (as it appears on Mobility Pass card)"),
name_placeholder="Garcia",
name_help_text=_("We use this to help confirm your Mobility Pass."),
sub_label=_("SBMTD Mobility Pass number"),
Expand Down
4 changes: 2 additions & 2 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-11-16 23:37+0000\n"
"POT-Creation-Date: 2023-11-16 23:40+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -307,7 +307,7 @@ msgid ""
"eligibility."
msgstr ""

msgid "Last name (as it appears on Mobility Pass)"
msgid "Last name (as it appears on Mobility Pass card)"
msgstr ""

msgid "We use this to help confirm your Mobility Pass."
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 @@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n"
"POT-Creation-Date: 2023-11-16 23:37+0000\n"
"POT-Creation-Date: 2023-11-16 23:40+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -397,7 +397,7 @@ msgstr ""
"Ingrese el número de cuatro dígitos de su Mobility Pass y su apellido a "
"continuación para confirmar su elegibilidad."

msgid "Last name (as it appears on Mobility Pass)"
msgid "Last name (as it appears on Mobility Pass card)"
msgstr "Apellido (tal como aparece en la tarjeta de Mobility Pass)"

msgid "We use this to help confirm your Mobility Pass."
Expand Down

0 comments on commit c5365bc

Please sign in to comment.