mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-04 08:28:29 -04:00
Stopped hiding the label that showed if a key was a live key
Happy to be overruled by @quis on this one....
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{{ item.name }}
|
||||
<span class="file-list-hint">
|
||||
{% if item.key_type == 'normal' %}
|
||||
<span class="visually-hidden">Live – sends to anyone</span>
|
||||
Live – sends to anyone
|
||||
{% elif item.key_type == 'team' %}
|
||||
Team and whitelist – limits who you can send to
|
||||
{% elif item.key_type == 'test' %}
|
||||
|
||||
Reference in New Issue
Block a user