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

Enrollment Index: Ensure header is always 2 lines. #1644

Merged
merged 1 commit into from
Aug 11, 2023
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
6 changes: 4 additions & 2 deletions benefits/enrollment/templates/enrollment/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
{% endblock nav-buttons %}

{% block headline %}
<div class="col-lg-6">
<h1 class="pb-lg-8 pb-4">{% translate "Your eligibility is confirmed! You’re nearly there." %}</h1>
<div class="col-lg-8">
<h1 class="pb-lg-8 pb-4">
{% translate "Your eligibility is confirmed!<br>You’re nearly there." %}
</h1>
</div>
{% endblock headline %}

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: 2023-08-10 19:39+0000\n"
"POT-Creation-Date: 2023-08-10 22:35+0000\n"
"Language: English\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -494,7 +494,7 @@ msgstr ""
msgid "Eligibility confirmation"
msgstr ""

msgid "Your eligibility is confirmed! You’re nearly there."
msgid "Your eligibility is confirmed!<br>You’re nearly there."
msgstr ""

msgid "Please wait..."
Expand Down
6 changes: 3 additions & 3 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: 2023-08-10 19:39+0000\n"
"POT-Creation-Date: 2023-08-10 22:35+0000\n"
"Language: Español\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -603,8 +603,8 @@ 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 "Your eligibility is confirmed!<br>You’re nearly there."
msgstr "¡Su elegibilidad está confirmada!<br>Ya falta poco."

msgid "Please wait..."
msgstr "Espere por favor..."
Expand Down