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