Update 'reply-to email address'

This commit is contained in:
karlchillmaid
2019-07-09 16:43:54 +01:00
committed by GitHub
parent 5195b7bcca
commit d60675071e

View File

@@ -82,7 +82,7 @@
{% endcall %}
{% call settings_row(if_has_permission='email') %}
{{ text_field('Email reply-to addresses') }}
{{ text_field('Reply-to email addresses') }}
{% call field(status='default' if current_service.count_email_reply_to_addresses == 0 else '') %}
{{ current_service.default_email_reply_to_address or 'Not set' }}
{% if current_service.count_email_reply_to_addresses > 1 %}