From c31c1fd92a7de702a3fe517489d95dbc92643f5b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 30 Jan 2020 21:01:50 +0000 Subject: [PATCH] Change API Token warning to be friendlier --- app/templates/api/create_edit_token.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/api/create_edit_token.html b/app/templates/api/create_edit_token.html index c56a097..53f503b 100644 --- a/app/templates/api/create_edit_token.html +++ b/app/templates/api/create_edit_token.html @@ -21,7 +21,8 @@

{{ self.title() }}

- {{ _("Use carefully, as you may be held responsible for any damage caused by rogue scripts") }} + {{ _("API Tokens allow scripts to act on your behalf.") }} + {{ _("Be careful with what/whom you share tokens with, as you are responsible for your account's actions.") }}
{% if token %}