diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-01-30 21:01:50 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-01-30 21:01:50 +0000 |
commit | c31c1fd92a7de702a3fe517489d95dbc92643f5b (patch) | |
tree | e308858db7eb1ed709e8149c36154f2555edac62 | |
parent | 36615ef656055aeae3466b36440cdd97740d06ef (diff) | |
download | cheatdb-c31c1fd92a7de702a3fe517489d95dbc92643f5b.tar.xz |
Change API Token warning to be friendlierv1.23.4
-rw-r--r-- | app/templates/api/create_edit_token.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ <h1 class="mt-0">{{ self.title() }}</h1> <div class="alert alert-warning"> - {{ _("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.") }} </div> {% if token %} |