diff --git a/benefits/enrollment/templates/enrollment/includes/media-item--bankcardcheck--index.html b/benefits/enrollment/templates/enrollment/includes/media-item--bankcardcheck--index.html index 65262c8a0a..fab63101fd 100644 --- a/benefits/enrollment/templates/enrollment/includes/media-item--bankcardcheck--index.html +++ b/benefits/enrollment/templates/enrollment/includes/media-item--bankcardcheck--index.html @@ -10,14 +10,15 @@ {% endblock heading_wrapper %} {% block heading %} - {% translate "The next step is to connect your contactless card to your transit benefit" %} + {% translate "The next step is to enroll the contactless card you will use to tap to ride for a reduced fare." %} {% endblock heading %} {% block body %}

- {% translate "You will be directed to our payment partner, " %} - {% include "core/includes/modal-trigger.html" with modal="modal--littlepay" text="Littlepay" period=True %} + {% translate "You will be directed to our partner, " %} + {% include "core/includes/modal-trigger.html" with modal="modal--littlepay" text="Littlepay" period=False %} + {% translate ", to enter your contactless card details." %} {% translate "We don’t store your information, and you won’t be charged." %}

{% translate "Please use a debit or credit card by Visa or Mastercard." %}

diff --git a/benefits/enrollment/templates/enrollment/index.html b/benefits/enrollment/templates/enrollment/index.html index 3a0483396d..bc231a9f39 100644 --- a/benefits/enrollment/templates/enrollment/index.html +++ b/benefits/enrollment/templates/enrollment/index.html @@ -14,7 +14,7 @@ {% block headline %}

- {% translate "Your eligibility is confirmed!
You’re nearly there." %} + {% translate "We found your record!
Now let’s enroll your contactless card." %}

{% endblock headline %} @@ -116,7 +116,7 @@

{% endblock call-to-action-button %} diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index ac78313525..4855c4e2e4 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: 2024-04-25 12:29-0700\n" +"POT-Creation-Date: 2024-04-25 14:33-0700\n" "Language: English\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -568,6 +568,17 @@ msgstr "" msgid "We don’t store your information, and you won’t be charged." msgstr "" +msgid "" +"The next step is to enroll the contactless card you will use to tap to ride " +"for a reduced fare." +msgstr "" + +msgid "You will be directed to our partner, " +msgstr "" + +msgid ", to enter your contactless card details." +msgstr "" + msgid "Please use a debit or credit card by Visa or Mastercard." msgstr "" @@ -577,13 +588,13 @@ msgstr "" msgid "Eligibility confirmation" msgstr "" -msgid "Your eligibility is confirmed!
You’re nearly there." +msgid "We found your record!
Now let’s enroll your contactless card." msgstr "" msgid "Please wait..." msgstr "" -msgid "Connect your Card" +msgid "Enroll" msgstr "" msgid "Unable to register card" diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index dde67440d9..c7841b5bdb 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: 2024-04-25 12:29-0700\n" +"POT-Creation-Date: 2024-04-25 14:33-0700\n" "Language: Español\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -680,6 +680,19 @@ msgstr "Será dirigido a nuestro socio de pagos, " msgid "We don’t store your information, and you won’t be charged." msgstr "No almacenamos su información y no se le cobrará." +msgid "" +"The next step is to enroll the contactless card you will use to tap to ride " +"for a reduced fare." +msgstr "" +"El siguiente paso es inscribir la tarjeta de pago sin contacto que usará " +"para viajar y obtener una tarifa reducida" + +msgid "You will be directed to our partner, " +msgstr "Será dirigido a nuestro socio, " + +msgid ", to enter your contactless card details." +msgstr ", para introducir los datos de su tarjeta de pago sin contacto." + msgid "Please use a debit or credit card by Visa or Mastercard." msgstr "Utilice una tarjeta de débito o crédito de Visa o Mastercard." @@ -689,14 +702,16 @@ msgstr "Más información sobre Littlepay" msgid "Eligibility confirmation" msgstr "Confirmación de elegibilidad" -msgid "Your eligibility is confirmed!
You’re nearly there." -msgstr "¡Su elegibilidad está confirmada!
Ya falta poco." +msgid "We found your record!
Now let’s enroll your contactless card." +msgstr "" +"¡Encontramos su registro!
Ahora inscribamos su tarjeta de pago sin " +"contacto." msgid "Please wait..." msgstr "Espere por favor..." -msgid "Connect your Card" -msgstr "Conecta su tarjeta" +msgid "Enroll" +msgstr "Inscribir" msgid "Unable to register card" msgstr "No se pudo registrar la tarjeta" diff --git a/tests/cypress/specs/courtesy-cards.cy.js b/tests/cypress/specs/courtesy-cards.cy.js index 6015dad447..e2f6b2f77c 100644 --- a/tests/cypress/specs/courtesy-cards.cy.js +++ b/tests/cypress/specs/courtesy-cards.cy.js @@ -16,7 +16,7 @@ describe("Courtesy Cards", () => { cy.get("#name").type(users.eligible.name); cy.get("#form-eligibility-verification button[type='submit']").click(); - cy.contains("Your eligibility is confirmed!"); + cy.contains("We found your record!"); }); it("Rejects an ineligible user", () => {