diff --git a/src/views/submit/check-answers.html b/src/views/submit/check-answers.html index 59e122528..9de5c28a0 100644 --- a/src/views/submit/check-answers.html +++ b/src/views/submit/check-answers.html @@ -26,7 +26,7 @@ {% endif %}

- Check your answers before submitting your dataset + Check your answers before providing your dataset

{{ govukSummaryList({ @@ -137,17 +137,17 @@

}) }}

- Now submit your dataset + Now provide your dataset

- 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.

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