diff --git a/app/templates/views/send-contact-list.html b/app/templates/views/send-contact-list.html index 73933539b..da7163451 100644 --- a/app/templates/views/send-contact-list.html +++ b/app/templates/views/send-contact-list.html @@ -6,13 +6,13 @@ {% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading %} {% block service_page_title %} - Choose a saved contact list + Choose an emergency contact list {% endblock %} {% block maincolumn_content %} {{ page_header( - 'Choose a saved contact list', + 'Choose an emergency contact list', back_link=url_for('.send_one_off', service_id=current_service.id, template_id=template.id) ) }} @@ -20,11 +20,11 @@
- You cannot use a saved contact list with this template because it + You cannot use an emergency contact list with this template because it is personalised with {{ list_of_placeholders(template.placeholders) }}.
- Saved contact lists can only store email addresses or phone + Emergency contact lists can only include email addresses or phone numbers.
- To upload and save a new contact list, go to the uploads page. + To upload and save an emergency contact list, go to the uploads page.