diff --git a/app/templates/views/support/ask-question-give-feedback.html b/app/templates/views/support/ask-question-give-feedback.html index 8ef04c415..52f9ad1e8 100644 --- a/app/templates/views/support/ask-question-give-feedback.html +++ b/app/templates/views/support/ask-question-give-feedback.html @@ -17,7 +17,7 @@ {{ textbox(form.feedback, width='1-1', hint='', rows=10) }} {% if not current_user.is_authenticated %}

Do you want a reply?

-

Leave your details below if you'd like a response.

+

Leave your details below if you’d like a response.

{{ textbox(form.name, width='1-1') }} {{ textbox(form.email_address, width='1-1') }} {% else %}