Make whitelist available to live services

Why would a live servie need the whitelist? Because the team key will
also let you send to members of your whitelist (so this commit relabels
it to say so).
This commit is contained in:
Chris Hill-Scott
2016-10-07 15:01:49 +01:00
parent 14c9f39342
commit 73469c1067
3 changed files with 11 additions and 20 deletions

View File

@@ -38,7 +38,7 @@
{% if item.key_type == 'normal' %}
<span class="visually-hidden">Normal</span>
{% elif item.key_type == 'team' %}
Only sends to team members
Only sends to team members or whitelist
{% elif item.key_type == 'test' %}
Simulates sending messages
{% endif %}