diff --git a/cove/cove_360/templates/cove_360/base.html b/cove/cove_360/templates/cove_360/base.html index 24d0843..a85f234 100644 --- a/cove/cove_360/templates/cove_360/base.html +++ b/cove/cove_360/templates/cove_360/base.html @@ -75,8 +75,8 @@ 360Giving
-

Data {% if submission_tool %}Submission{% else %}Quality{% endif %} Tool

-

{% if submission_tool %}Submit your 360Giving data file to be included in the 360Giving Data Registry and tools{% else %}Convert, Validate, Explore 360Giving Data{% endif %}

+

{% if submission_tool %}Data Submission Form{% else %}Data Quality Checker{% endif %}

+

{% if submission_tool %}Submit your 360Giving data file to be included in the 360Giving Data Quality Dashboard and tools{% else %}Check data using the 360Giving Data Standard{% endif %}

diff --git a/cove/cove_360/templates/cove_360/input.html b/cove/cove_360/templates/cove_360/input.html index e58cf1c..ede33ce 100644 --- a/cove/cove_360/templates/cove_360/input.html +++ b/cove/cove_360/templates/cove_360/input.html @@ -12,7 +12,7 @@

Check your data

-

Upload, provide a link to a file, or paste JSON to check and convert your data and get feedback on whether it is valid 360Giving data.

+

Upload a file, provide a link to a file, or paste JSON to check whether your data is valid 360Giving data. Get feedback on how it could be more useful.

{% if 'upload' in input_methods %} diff --git a/cove/cove_360/templates/cove_360/publishing.html b/cove/cove_360/templates/cove_360/publishing.html index 72e57f5..74ae1d7 100644 --- a/cove/cove_360/templates/cove_360/publishing.html +++ b/cove/cove_360/templates/cove_360/publishing.html @@ -8,7 +8,7 @@ {% if DATA_SUBMISSION_ENABLED %}

Submit your data

-

Please ensure that your file has been checked using the Data Quality Tool before submitting as only valid 360Giving data can be included on the 360Giving Data Registry.

+

Please ensure that your file has been checked using the Data Quality Checker before submitting, as only valid 360Giving data can be included on the 360Giving Data Quality Dashboard and in tools like GrantNav.

{% csrf_token %}