mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 21:03:11 -04:00
Updated API key type hint text on list of keys page
This commit is contained in:
@@ -35,11 +35,11 @@
|
|||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
<span class="file-list-hint">
|
<span class="file-list-hint">
|
||||||
{% if item.key_type == 'normal' %}
|
{% if item.key_type == 'normal' %}
|
||||||
<span class="visually-hidden">Normal</span>
|
<span class="visually-hidden">Live – sends to anyone</span>
|
||||||
{% elif item.key_type == 'team' %}
|
{% elif item.key_type == 'team' %}
|
||||||
Sends to anyone on your whitelist
|
Team and whitelist – limits who you can send to
|
||||||
{% elif item.key_type == 'test' %}
|
{% elif item.key_type == 'test' %}
|
||||||
Pretends to send messages
|
Test – pretends to send messages
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user