Make ‘download’ wording consistent

We changed this on the jobs page in
9a5fbca707

Missed doing it on the notifications page.
This commit is contained in:
Chris Hill-Scott
2016-08-02 16:51:31 +01:00
parent 940815b33c
commit 9e6111fd00

View File

@@ -35,9 +35,9 @@
{% if notifications %}
<p class="bottom-gutter-1-2">
<a href="{{ download_link }}" download="download" class="heading-small">Download as a CSV file</a>
<a href="{{ download_link }}" download="download" class="heading-small">Download this report</a>
&emsp;
Delivery information is available for 7 days
Data available for 7 days
</p>
{% endif %}