Replace haven't with have not

This commit is contained in:
karlchillmaid
2019-09-13 12:56:10 +01:00
committed by Chris Hill-Scott
parent 601078e06f
commit 644686c3ce

View File

@@ -18,7 +18,7 @@
<div class="user-list">
{% if not current_service.email_reply_to_addresses %}
<div class="user-list-item">
<span class="hint">You havent added any reply-to email addresses yet</span>
<span class="hint">You have not added any reply-to email addresses yet</span>
</div>
{% endif %}
{% for item in current_service.email_reply_to_addresses %}