mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Say ‘recently’ not ‘yet’ because jobs aren’t forever
We’re going to change the jobs page so that it only shows jobs within the last n days (your data retention)<sup>1</sup>. This will match how long uploaded letters stick around for. Therefore it’s not accurate to say ‘yet’, because that implies all-time. Since the data retention for different channels could be different it’s hard and maybe unhelpful to give an exact time period. ‘Recently’ is content we used here before, but then changed. 1. https://www.pivotaltracker.com/story/show/171623239
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
{% endif %}
|
||||
{% if not jobs and not show_scheduled_jobs %}
|
||||
<p class="govuk-body">
|
||||
You have not uploaded any files yet.
|
||||
You have not uploaded any files recently.
|
||||
</p>
|
||||
{% if current_service.has_permission('upload_letters') %}
|
||||
<p class="govuk-body">
|
||||
|
||||
Reference in New Issue
Block a user