Replace haven't with have not

This commit is contained in:
karlchillmaid
2019-09-13 12:55:34 +01:00
committed by Chris Hill-Scott
parent bb1ad89357
commit 601078e06f

View File

@@ -18,7 +18,7 @@
<div class="user-list"> <div class="user-list">
{% if not current_service.sms_senders %} {% if not current_service.sms_senders %}
<div class="user-list-item"> <div class="user-list-item">
<span class="hint">You havent added any text message senders yet</span> <span class="hint">You have not added any text message senders yet</span>
</div> </div>
{% endif %} {% endif %}
{% for item in current_service.sms_senders_with_hints %} {% for item in current_service.sms_senders_with_hints %}