mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Replace haven't with have not
This commit is contained in:
committed by
Chris Hill-Scott
parent
bb1ad89357
commit
601078e06f
@@ -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 haven’t 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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user