Explain text message sender

We sometimes have to do this over support tickets as part of the go-live
process; now we’re directing people to add a sender (as part of the task
list) we can explain what it is in context.
This commit is contained in:
Chris Hill-Scott
2018-08-31 10:30:45 +01:00
parent 334a93efa7
commit 7f458ad066
2 changed files with 5 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
<div class="user-list">
{% if not sms_senders %}
<div class="user-list-item">
<span class="hint">You havent added any sms senders yet</span>
<span class="hint">You havent added any text message senders yet</span>
</div>
{% endif %}
{% for item in sms_senders %}
@@ -46,4 +46,7 @@
</div>
{% endfor %}
</div>
<p>
The text message sender tells your users who the message is from.
</p>
{% endblock %}

View File

@@ -1021,7 +1021,7 @@ def test_default_option_shows_for_default_sender(
(
'main.service_sms_senders',
no_sms_senders,
'You havent added any sms senders yet'
'You havent added any text message senders yet'
),
])
def test_no_senders_message_shows(