From b0e42fbace9267ab6fc8db962ef844612839b934 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 16 Nov 2023 23:29:04 +0000 Subject: [PATCH 1/3] fix(copy): back of card, not both front and back --- benefits/eligibility/forms.py | 2 +- benefits/locale/en/LC_MESSAGES/django.po | 4 ++-- benefits/locale/es/LC_MESSAGES/django.po | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benefits/eligibility/forms.py b/benefits/eligibility/forms.py index eb9264fb9..e6b3e10e6 100644 --- a/benefits/eligibility/forms.py +++ b/benefits/eligibility/forms.py @@ -170,7 +170,7 @@ def __init__(self, *args, **kwargs): name_placeholder="Garcia", name_help_text=_("We use this to help confirm your Mobility Pass."), sub_label=_("SBMTD Mobility Pass number"), - sub_help_text=_("This is a 4-digit number on the front and back of your card."), + sub_help_text=_("This is a 4-digit number on the back of your card."), sub_placeholder="1234", name_max_length=255, sub_input_mode="numeric", diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index 31f5ae556..7778e3506 100644 --- a/benefits/locale/en/LC_MESSAGES/django.po +++ b/benefits/locale/en/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n" -"POT-Creation-Date: 2023-11-01 23:33+0000\n" +"POT-Creation-Date: 2023-11-16 23:25+0000\n" "Language: English\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -316,7 +316,7 @@ msgstr "" msgid "SBMTD Mobility Pass number" msgstr "" -msgid "This is a 4-digit number on the front and back of your card." +msgid "This is a 4-digit number on the back of your card." msgstr "" msgid "Your contactless card details" diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index bc37adcae..34585641e 100644 --- a/benefits/locale/es/LC_MESSAGES/django.po +++ b/benefits/locale/es/LC_MESSAGES/django.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: https://github.com/cal-itp/benefits/issues \n" -"POT-Creation-Date: 2023-11-01 23:37+0000\n" +"POT-Creation-Date: 2023-11-16 23:25+0000\n" "Language: Español\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -406,7 +406,7 @@ msgstr "Usamos esto para ayudar a confirmar su Mobility Pass." msgid "SBMTD Mobility Pass number" msgstr "Número de SBMTD Mobility Pass" -msgid "This is a 4-digit number on the front and back of your card." +msgid "This is a 4-digit number on the back of your card." msgstr "Este es un número de 4 dígitos en el reverso de su tarjeta." msgid "Your contactless card details" From 9c35614480514d9e5019cb3f88e48e73455470b4 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 16 Nov 2023 23:39:09 +0000 Subject: [PATCH 2/3] fix(typo): 4-digit --- ...media-item--idcardcheck--start--sbmtd-mobility-pass.html | 2 +- benefits/locale/en/LC_MESSAGES/django.po | 6 +++--- benefits/locale/es/LC_MESSAGES/django.po | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--sbmtd-mobility-pass.html b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--sbmtd-mobility-pass.html index 50aa2ceba..2117c9f62 100644 --- a/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--sbmtd-mobility-pass.html +++ b/benefits/eligibility/templates/eligibility/includes/media-item--idcardcheck--start--sbmtd-mobility-pass.html @@ -9,7 +9,7 @@ {% block body %}

- {% translate "You do not need to have your physical card, but you will need your four-digit Mobility Pass number on the back of the card." %} + {% translate "You do not need to have your physical card, but you will need your 4-digit Mobility Pass number on the back of the card." %}

{% endblock body %} diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index 7778e3506..78cc0a57a 100644 --- a/benefits/locale/en/LC_MESSAGES/django.po +++ b/benefits/locale/en/LC_MESSAGES/django.po @@ -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:25+0000\n" +"POT-Creation-Date: 2023-11-16 23:37+0000\n" "Language: English\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -341,8 +341,8 @@ msgid "Your current Mobility Pass number" msgstr "" msgid "" -"You do not need to have your physical card, but you will need your four-" -"digit Mobility Pass number on the back of the card." +"You do not need to have your physical card, but you will need your 4-digit " +"Mobility Pass number on the back of the card." msgstr "" msgid "A Login.gov account with identity verification" diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index 34585641e..c517728b5 100644 --- a/benefits/locale/es/LC_MESSAGES/django.po +++ b/benefits/locale/es/LC_MESSAGES/django.po @@ -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:25+0000\n" +"POT-Creation-Date: 2023-11-16 23:37+0000\n" "Language: Español\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -435,8 +435,8 @@ msgid "Your current Mobility Pass number" msgstr "Su número actual de Mobility Pass" msgid "" -"You do not need to have your physical card, but you will need your four-" -"digit Mobility Pass number on the back of the card." +"You do not need to have your physical card, but you will need your 4-digit " +"Mobility Pass number on the back of the card." msgstr "" "No necesita tener su tarjeta física, pero necesitará su número de cuatro " "dígitos de Mobility Pass en el reverso de la tarjeta." From c5365bcda6ef5fcea8958ee3cc1c0b0a5225d802 Mon Sep 17 00:00:00 2001 From: Machiko Yasuda Date: Thu, 16 Nov 2023 23:52:47 +0000 Subject: [PATCH 3/3] fix(copy): Mobility Pass card --- benefits/eligibility/forms.py | 2 +- benefits/locale/en/LC_MESSAGES/django.po | 4 ++-- benefits/locale/es/LC_MESSAGES/django.po | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/benefits/eligibility/forms.py b/benefits/eligibility/forms.py index e6b3e10e6..a1a4f675f 100644 --- a/benefits/eligibility/forms.py +++ b/benefits/eligibility/forms.py @@ -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"), diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index 78cc0a57a..0457ee0a3 100644 --- a/benefits/locale/en/LC_MESSAGES/django.po +++ b/benefits/locale/en/LC_MESSAGES/django.po @@ -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" @@ -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." diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index c517728b5..e84abd0a0 100644 --- a/benefits/locale/es/LC_MESSAGES/django.po +++ b/benefits/locale/es/LC_MESSAGES/django.po @@ -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" @@ -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."