From 4040429f413bf37a7401e898432e16a876779bab Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 2 Feb 2017 12:52:11 +0000 Subject: [PATCH] Updated API key type hint text on list of keys page --- app/templates/views/api/keys.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/api/keys.html b/app/templates/views/api/keys.html index 5168c5ceb..12ed641a4 100644 --- a/app/templates/views/api/keys.html +++ b/app/templates/views/api/keys.html @@ -35,11 +35,11 @@ {{ item.name }} {% if item.key_type == 'normal' %} - Normal + Live – sends to anyone {% 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 %}