mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -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">
|
||||
{% if not current_service.sms_senders %}
|
||||
<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>
|
||||
{% endif %}
|
||||
{% for item in current_service.sms_senders_with_hints %}
|
||||
|
||||
Reference in New Issue
Block a user