From a7e9afeab3e14734081dd38a61426ac4057ffa8f Mon Sep 17 00:00:00 2001 From: maddie-broxup Date: Mon, 7 Jul 2025 12:13:25 +0100 Subject: [PATCH] Update check-answers.html Content tweaks to reflect new service name from submit to provide --- src/views/submit/check-answers.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }) }}