Skip to content

Commit

Permalink
chore(enrollment): update copy on retry page
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Apr 19, 2024
1 parent 733962d commit 919530d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions benefits/enrollment/templates/enrollment/retry.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<div class="container">
<h1 class="h2 text-center">
<span class="icon d-block pb-5">{% include "core/includes/icon.html" with name="bankcardquestion" %}</span>
{% translate "We couldn’t connect your card" %}
{% translate "The card information may not have been entered correctly." %}
</h1>

<div class="row justify-content-center">
<div class="col-lg-8 pt-4">
<p>{% translate "You can try again or reach out to your transit provider for assistance." %}</p>
<p>{% translate "Please check the details on your card and try again, or contact your transit agency for help." %}</p>
</div>
</div>

Expand Down
8 changes: 5 additions & 3 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-18 14:01-0700\n"
"POT-Creation-Date: 2024-04-18 14:27-0700\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -587,10 +587,12 @@ msgstr ""
msgid "Unable to register card"
msgstr ""

msgid "We couldn’t connect your card"
msgid "The card information may not have been entered correctly."
msgstr ""

msgid "You can try again or reach out to your transit provider for assistance."
msgid ""
"Please check the details on your card and try again, or contact your transit "
"agency for help."
msgstr ""

msgid "Try again"
Expand Down
12 changes: 6 additions & 6 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-18 14:01-0700\n"
"POT-Creation-Date: 2024-04-18 14:27-0700\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -705,13 +705,13 @@ msgstr "Conecta su tarjeta"
msgid "Unable to register card"
msgstr "No se pudo registrar la tarjeta"

msgid "We couldn’t connect your card"
msgstr "No pudimos conectar su tarjeta"
msgid "The card information may not have been entered correctly."
msgstr ""

msgid "You can try again or reach out to your transit provider for assistance."
msgid ""
"Please check the details on your card and try again, or contact your transit "
"agency for help."
msgstr ""
"Puede intentarlo de nuevo o comunicarse con su proveedor de transporte local "
"para obtener ayuda."

msgid "Try again"
msgstr "Intentar otra vez"
Expand Down

0 comments on commit 919530d

Please sign in to comment.