Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions cove/cove_360/templates/cove_360/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<a href="/"><img src="{% static 'dataexplore/images/360-giving-logo.svg' %}" alt="360Giving"></a>
</div>
<div class="hero__column hero__lead">
<h2 class="hero__title">Data {% if submission_tool %}Submission{% else %}Quality{% endif %} Tool</h2>
<p class="hero__blurb">{% 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 %}</p>
<h2 class="hero__title">{% if submission_tool %}Data Submission Form{% else %}Data Quality Checker{% endif %}</h2>
<p class="hero__blurb">{% 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 %}</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion cove/cove_360/templates/cove_360/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</style>

<h2>Check your data</h2>
<p>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.</p>
<p>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.</p>

<div class="tabs">
{% if 'upload' in input_methods %}
Expand Down
2 changes: 1 addition & 1 deletion cove/cove_360/templates/cove_360/publishing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% if DATA_SUBMISSION_ENABLED %}
<h2>Submit your data</h2>
<p>Please ensure that your file has been checked using the <a href="{% url 'index' %}">Data Quality Tool</a> before submitting as only valid 360Giving data can be included on the 360Giving Data Registry.</p>
<p>Please ensure that your file has been checked using the <a href="{% url 'index' %}">Data Quality Checker</a> before submitting, as only valid 360Giving data can be included on the 360Giving Data Quality Dashboard and in tools like GrantNav.</p>
<form method="POST" class="generic-form" action="{% url 'index' %}" id="self-publishing-form">
{% csrf_token %}
<input type="hidden" name="self_publishing" value="true">
Expand Down