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