Skip to content

Commit

Permalink
Update template and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Jan 30, 2024
1 parent 74647bb commit 4855337
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 25 deletions.
32 changes: 14 additions & 18 deletions app/translations/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-01-02 11:59+0000\n"
"POT-Creation-Date: 2024-01-30 10:34+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.13.1\n"
"Generated-By: Babel 2.14.0\n"

#: app/forms/validators.py:389 app/jinja_filters.py:111
#, python-format
Expand Down Expand Up @@ -907,19 +907,19 @@ msgid ""
"your answers</a> for your records."
msgstr ""

#: templates/layouts/_base.html:133 templates/thank-you.html:71
#: templates/layouts/_base.html:147 templates/thank-you.html:71
msgid "minute"
msgstr ""

#: templates/layouts/_base.html:134 templates/thank-you.html:72
#: templates/layouts/_base.html:148 templates/thank-you.html:72
msgid "minutes"
msgstr ""

#: templates/layouts/_base.html:135 templates/thank-you.html:73
#: templates/layouts/_base.html:149 templates/thank-you.html:73
msgid "second"
msgstr ""

#: templates/layouts/_base.html:136 templates/thank-you.html:74
#: templates/layouts/_base.html:150 templates/thank-you.html:74
msgid "seconds"
msgstr ""

Expand Down Expand Up @@ -1213,38 +1213,34 @@ msgstr ""
msgid "Hide"
msgstr ""

#: templates/layouts/_base.html:103
#: templates/layouts/_base.html:117
msgid "Skip to main content"
msgstr ""

#: templates/layouts/_base.html:128
#: templates/layouts/_base.html:142
msgid "You will be signed out soon"
msgstr ""

#: templates/layouts/_base.html:129
#: templates/layouts/_base.html:143
msgid "It appears you have been inactive for a while."
msgstr ""

#: templates/layouts/_base.html:130
#: templates/layouts/_base.html:144
msgid ""
"To protect your information, your progress will be saved and you will be "
"signed out in"
msgstr ""

#: templates/layouts/_base.html:131
#: templates/layouts/_base.html:145
msgid "You are being signed out"
msgstr ""

#: templates/layouts/_base.html:132
#: templates/layouts/_base.html:146
msgid "Continue survey"
msgstr ""

#: templates/layouts/_calculatedsummary.html:14
msgid "Please review your answers and confirm these are correct"
msgstr ""

#: templates/layouts/_calculatedsummary.html:25
msgid "Yes, I confirm these are correct"
#: templates/layouts/_calculatedsummary.html:19
msgid "Yes, I confirm this is correct"
msgstr ""

#: templates/layouts/_questionnaire.html:39
Expand Down
8 changes: 1 addition & 7 deletions templates/layouts/_calculatedsummary.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
{% block form_title %}
{% endblock %}

{% call onsPanel({
"classes": "ons-u-mb-l"
}) %}
<p>{{ _("Please review your answers and confirm these are correct") }}</p>
{% endcall %}

<div class="ons-u-mb-m">
{% include 'partials/summary/summary.html' %}
</div>
Expand All @@ -22,7 +16,7 @@
{% block submit_button %}
{{
onsButton({
"text": _("Yes, I confirm these are correct"),
"text": _("Yes, I confirm this is correct"),
"variants": 'timer',
"attributes": {
"data-qa": "btn-submit",
Expand Down

0 comments on commit 4855337

Please sign in to comment.