Update 'reply-to email address'

This commit is contained in:
karlchillmaid
2019-07-09 16:38:47 +01:00
committed by GitHub
parent 1d471d8797
commit 82a9f841f4

View File

@@ -34,7 +34,7 @@
{% if current_service.intending_to_send_email %}
{{ task_list_item(
current_service.has_email_reply_to_address,
'Add an email reply-to address',
'Add a reply-to email address',
url_for('main.service_email_reply_to', service_id=current_service.id),
) }}
{% endif %}