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:
Pete Herlihy
2017-02-02 13:01:15 +00:00
committed by GitHub
parent 4040429f41
commit 97a4975985

View File

@@ -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' %}