diff --git a/app/templates/views/jobs/jobs.html b/app/templates/views/jobs/jobs.html index 3516c2daf..77b51794a 100644 --- a/app/templates/views/jobs/jobs.html +++ b/app/templates/views/jobs/jobs.html @@ -45,7 +45,7 @@ {% if current_user.platform_admin %} {{ govukButton({ "element": "a", - "text": "Upload a contact list", + "text": "Upload an emergency contact list", "href": url_for('.upload_contact_list', service_id=current_service.id), "classes": "govuk-button--secondary govuk-!-margin-left-3" }) }} diff --git a/app/templates/views/uploads/contact-list/upload.html b/app/templates/views/uploads/contact-list/upload.html index 7b6355a38..265b366b5 100644 --- a/app/templates/views/uploads/contact-list/upload.html +++ b/app/templates/views/uploads/contact-list/upload.html @@ -20,9 +20,16 @@ {{ page_header( 'Upload an emergency contact list', back_link=url_for('main.uploads', service_id=current_service.id) - ) }} -
Upload a list of phone numbers or email addresses.
-Don’t put members of the public in here.
+ ) }} ++ Save a list of staff email addresses or phone numbers in Notify. +
++ In an emergency, you can send a message to everyone on the list. +
++ Do not include contact details for members of the public. +
{% endif %}