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

Fix: remove extra "have" from English Medicare copy #2438

Merged
merged 1 commit into from
Oct 8, 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 @@ -14,7 +14,7 @@ <h2 class="h2-sm pt-4 pt-lg-8" id="medicare-transit-benefit-enrollment">
</h2>
<p class="pt-2 pt-lg-4">
{% blocktranslate trimmed %}
No, you do not need your physical Medicare card to enroll in a transit benefit. You will need the information on your card to create an account at Medicare.gov if you have do not currently have an online account.
No, you do not need your physical Medicare card to enroll in a transit benefit. You will need the information on your card to create an account at Medicare.gov if you do not currently have an online account.
{% endblocktranslate %}
</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h3 class="pt-4">{% translate "How do I know if I qualify for the Medicare Cardh
<h3 class="pt-4">{% translate "Do I need my Medicare card to enroll?" %}</h3>
<p class="pt-1">
{% blocktranslate trimmed %}
No, you do not need your physical Medicare card to enroll in a transit benefit. You will need the information on your card to create an account at Medicare.gov if you have do not currently have an online account.
No, you do not need your physical Medicare card to enroll in a transit benefit. You will need the information on your card to create an account at Medicare.gov if you do not currently have an online account.
{% endblocktranslate %}
</p>
<h3 class="pt-4">{% translate "Do I need to bring my Medicare card when I ride public transportation?" %}</h3>
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: 2024-09-27 11:23-0700\n"
"POT-Creation-Date: 2024-10-08 13:36-0700\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -246,7 +246,7 @@ msgstr ""
msgid ""
"No, you do not need your physical Medicare card to enroll in a transit "
"benefit. You will need the information on your card to create an account at "
"Medicare.gov if you have do not currently have an online account."
"Medicare.gov if you do not currently have an online account."
msgstr ""

msgid "Do I need to bring my Medicare card when I ride public transportation?"
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: 2024-09-27 11:23-0700\n"
"POT-Creation-Date: 2024-10-08 13:36-0700\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -334,7 +334,7 @@ msgstr "¿Necesito mi tarjeta Medicare para inscribirme?"
msgid ""
"No, you do not need your physical Medicare card to enroll in a transit "
"benefit. You will need the information on your card to create an account at "
"Medicare.gov if you have do not currently have an online account."
"Medicare.gov if you do not currently have an online account."
msgstr ""
"No, no necesita su tarjeta física de Medicare para inscribirse en un "
"beneficio de transporte. Necesitará la información de su tarjeta para crear "
Expand Down
Loading