Skip to content
Merged
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
8 changes: 4 additions & 4 deletions src/views/submit/check-answers.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{% endif %}

<h1 class="govuk-heading-xl">
Check your answers before submitting your dataset
Check your answers before providing your dataset
</h1>

{{ govukSummaryList({
Expand Down Expand Up @@ -137,17 +137,17 @@ <h1 class="govuk-heading-xl">
}) }}

<h2 class="govuk-heading-m">
Now submit your dataset
Now provide your dataset
</h2>

<p class="govuk-body">
By submitting this dataset you are confirming that, to the best of your knowledge, the details you are providing are correct.
By providing this dataset you are confirming that, to the best of your knowledge, the details you are providing are correct.
</p>

<form method="post" novalidate>

{{ govukButton({
text: "Accept and submit",
text: "Accept and provide",
preventDoubleClick: true
}) }}

Expand Down