From 97a49759852b9d4536cb5c95bb773485294f37d6 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 2 Feb 2017 13:01:15 +0000 Subject: [PATCH] Stopped hiding the label that showed if a key was a live key Happy to be overruled by @quis on this one.... --- app/templates/views/api/keys.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/api/keys.html b/app/templates/views/api/keys.html index 12ed641a4..fef00a7b5 100644 --- a/app/templates/views/api/keys.html +++ b/app/templates/views/api/keys.html @@ -35,7 +35,7 @@ {{ item.name }} {% if item.key_type == 'normal' %} - Live – sends to anyone + Live – sends to anyone {% elif item.key_type == 'team' %} Team and whitelist – limits who you can send to {% elif item.key_type == 'test' %}