From b9209d92295544e528c5003d5c6dd01eee9dfab1 Mon Sep 17 00:00:00 2001 From: maddie-broxup Date: Mon, 7 Jul 2025 12:07:51 +0100 Subject: [PATCH] Update results.html Content tweaks as per service name from 'submit' to 'provide' --- src/views/check/results/results.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/check/results/results.html b/src/views/check/results/results.html index 709734f73..0a5dc088c 100644 --- a/src/views/check/results/results.html +++ b/src/views/check/results/results.html @@ -125,9 +125,9 @@

Data that passed checks

{% if options.tasksBlocking.length > 0 %}
-

Issues you must fix before submitting

+

Issues you must fix before providing your data

-

You cannot submit your data to the platform until you fix these issues.

+

You cannot provide your data to the platform until you fix these issues.

{{ govukTaskList({ idPrefix: "must-fix", @@ -138,9 +138,9 @@

Issues you must fix before submitting

{% if options.tasksNonBlocking.length > 0 %}
-

Issues you can fix after submitting

+

Issues you can fix after providing your data

-

You can submit your data with these issues but should fix them over time to improve the quality and usability +

You can provide your data with these issues but should fix them over time to improve the quality and usability of the data.

@@ -152,7 +152,7 @@

Issues you can fix after submitting

{% endif %} {% if options.tasksBlocking.length > 0 %} -

Fix the issues, then upload a new version of your data to check if it is ready to submit.

+

Fix the issues, then upload a new version of your data to check if it is ready to provide.

@@ -195,4 +195,4 @@

Dataset actions

{% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}