mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Merge pull request #3354 from alphagov/recently-not-yet
Say ‘recently’ not ‘yet’ because jobs aren’t forever
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">
|
||||
|
||||
@@ -39,11 +39,11 @@ def test_no_upload_letters_button_without_permission(
|
||||
|
||||
@pytest.mark.parametrize('extra_permissions, expected_empty_message', (
|
||||
(['letter'], (
|
||||
'You have not uploaded any files yet. '
|
||||
'You have not uploaded any files recently. '
|
||||
'To upload a list of contact details, first choose a template.'
|
||||
)),
|
||||
(['letter', 'upload_letters'], (
|
||||
'You have not uploaded any files yet. '
|
||||
'You have not uploaded any files recently. '
|
||||
'Upload a letter and Notify will print, pack and post it for you. '
|
||||
'To upload a list of contact details, first choose a template.'
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user