mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:39:49 -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 }}
|
{{ 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">Live – sends to anyone</span>
|
Live – sends to anyone
|
||||||
{% elif item.key_type == 'team' %}
|
{% elif item.key_type == 'team' %}
|
||||||
Team and whitelist – limits who you can send to
|
Team and whitelist – limits who you can send to
|
||||||
{% elif item.key_type == 'test' %}
|
{% elif item.key_type == 'test' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user