Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: eligibility start update copy #2042

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

{% block body %}
<div class="media-body--details">
<p>
{% translate "You do not need to have your physical card, but you will need to know the number. The number starts with a number sign (#) followed by five digits." %}
</p>
<p>{% translate "You do not need to have your physical MST Courtesy Card, but you will need to know the number." %}</p>
</div>
{% endblock body %}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

{% block body %}
<div class="media-body--details">
<p>
{% translate "You do not need to have your physical card, but you will need your 4-digit Reduced Fare Mobility ID number on the back of the card." %}
</p>
<p>{% translate "You do not need to have your physical card, but you will need to know the number." %}</p>
</div>
{% endblock body %}
10 changes: 5 additions & 5 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: 2024-04-19 13:13-0700\n"
"POT-Creation-Date: 2024-04-22 12:32-0700\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -388,16 +388,16 @@ msgid "Your current Courtesy Card number"
msgstr ""

msgid ""
"You do not need to have your physical card, but you will need to know the "
"number. The number starts with a number sign (#) followed by five digits."
"You do not need to have your physical MST Courtesy Card, but you will need "
"to know the number."
msgstr ""

msgid "Your current Reduced Fare Mobility ID number"
msgstr ""

msgid ""
"You do not need to have your physical card, but you will need your 4-digit "
"Reduced Fare Mobility ID number on the back of the card."
"You do not need to have your physical card, but you will need to know the "
"number."
msgstr ""

msgid "Learn more about the transit benefit for CalFresh Cardholders"
Expand Down
18 changes: 8 additions & 10 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: 2024-04-19 13:13-0700\n"
"POT-Creation-Date: 2024-04-22 12:32-0700\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -481,21 +481,19 @@ msgid "Your current Courtesy Card number"
msgstr "Su número actual de tarjeta de cortesía"

msgid ""
"You do not need to have your physical card, but you will need to know the "
"number. The number starts with a number sign (#) followed by five digits."
"You do not need to have your physical MST Courtesy Card, but you will need "
"to know the number."
msgstr ""
"No necesita tener su tarjeta física, pero necesitará saber el número. El "
"número comienza con un signo de número (#) seguido de cinco dígitos."
"No necesita tener su tarjeta de cortesía física de MST, pero necesitará "
"saber su número."

msgid "Your current Reduced Fare Mobility ID number"
msgstr "Su número actual de Reduced Fare Mobility ID"

msgid ""
"You do not need to have your physical card, but you will need your 4-digit "
"Reduced Fare Mobility ID 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 Reduced Fare Mobility ID en el reverso de la tarjeta."
"You do not need to have your physical card, but you will need to know the "
"number."
msgstr "No necesita tener su tarjeta física, pero necesitará saber su número."

msgid "Learn more about the transit benefit for CalFresh Cardholders"
msgstr ""
Expand Down
Loading