Skip to content

Commit

Permalink
Fix: add missing sentence to contactless cards modal (#1557)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jul 21, 2023
2 parents 5819cdc + 862e638 commit 7b2896e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h2 id="contactless-modal">{% translate "eligibility.pages.start.modal.title" %}
src="{% static 'img/icon/contactless.svg' %}"
alt="{% translate "core.icons.contactless" context "image alt text" %}" />
</p>
<p class="pt-4">{% translate "eligibility.pages.start.modal.p[2]" %}</p>
<p class="pt-4">{% translate "eligibility.pages.start.modal.p[3]" %}</p>
<p class="pt-4 pb-2">
{% blocktranslate with agency_short_name=agency.short_name %}eligibility.pages.start.modal.p[4.1]{{agency_short_name}}{% endblocktranslate %}
Expand Down
3 changes: 3 additions & 0 deletions benefits/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ msgstr ""
msgid "eligibility.pages.start.modal.p[1]"
msgstr "The contactless symbol is four curved lines, like this:"

msgid "eligibility.pages.start.modal.p[2]"
msgstr "Your card must include a Visa or Mastercard logo."

msgid "eligibility.pages.start.modal.p[3]"
msgstr ""
"Don’t have access to a contactless card? You can request a contactless card "
Expand Down
3 changes: 3 additions & 0 deletions benefits/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,9 @@ msgstr ""
msgid "eligibility.pages.start.modal.p[1]"
msgstr "TODO: The contactless symbol is four curved lines, like this:"

msgid "eligibility.pages.start.modal.p[2]"
msgstr "TODO: Your card must include a Visa or Mastercard logo."

msgid "eligibility.pages.start.modal.p[3]"
msgstr ""
"TODO: Don’t have access to a contactless card? You can request a contactless "
Expand Down

0 comments on commit 7b2896e

Please sign in to comment.