From 3c4ff774b9a0972991bacf07ce3d63896e24d51a Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 4 Jun 2019 10:57:14 +0100 Subject: [PATCH] Added hint about reply to email address to add emphasis --- .../views/service-settings/email-reply-to/add.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/templates/views/service-settings/email-reply-to/add.html b/app/templates/views/service-settings/email-reply-to/add.html index d40bce842..92b52428c 100644 --- a/app/templates/views/service-settings/email-reply-to/add.html +++ b/app/templates/views/service-settings/email-reply-to/add.html @@ -15,16 +15,12 @@ 'Add email reply-to address', back_link=url_for('main.service_email_reply_to', service_id=current_service.id) ) }} -

- Let recipients send replies to a shared inbox that’s managed by your team. -

-

- Do not use your own email address for replies. -

+ {% call form_wrapper() %} {{ textbox( form.email_address, - width='2-3', + width='1-1', + hint='This should be a shared inbox managed by your team, not your own email address.', safe_error_message=True ) }} {% if not first_email_address %}