mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
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:
@@ -35,9 +35,9 @@
|
|||||||
|
|
||||||
{% if notifications %}
|
{% if notifications %}
|
||||||
<p class="bottom-gutter-1-2">
|
<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>
|
||||||
 
|
 
|
||||||
Delivery information is available for 7 days
|
Data available for 7 days
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user