From 919530d8120e10a68bbd147ad643115af2fc5c1a Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Thu, 18 Apr 2024 21:29:22 +0000 Subject: [PATCH] chore(enrollment): update copy on retry page --- benefits/enrollment/templates/enrollment/retry.html | 4 ++-- benefits/locale/en/LC_MESSAGES/django.po | 8 +++++--- benefits/locale/es/LC_MESSAGES/django.po | 12 ++++++------ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/benefits/enrollment/templates/enrollment/retry.html b/benefits/enrollment/templates/enrollment/retry.html index 4efb402f8..5872ac7b9 100644 --- a/benefits/enrollment/templates/enrollment/retry.html +++ b/benefits/enrollment/templates/enrollment/retry.html @@ -13,12 +13,12 @@

{% include "core/includes/icon.html" with name="bankcardquestion" %} - {% translate "We couldn’t connect your card" %} + {% translate "The card information may not have been entered correctly." %}

-

{% translate "You can try again or reach out to your transit provider for assistance." %}

+

{% translate "Please check the details on your card and try again, or contact your transit agency for help." %}

diff --git a/benefits/locale/en/LC_MESSAGES/django.po b/benefits/locale/en/LC_MESSAGES/django.po index 0c649a26a..adc82fd81 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-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" @@ -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" diff --git a/benefits/locale/es/LC_MESSAGES/django.po b/benefits/locale/es/LC_MESSAGES/django.po index a4e845b10..b4e9985ca 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-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" @@ -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"