Change API Token warning to be friendlier

This commit is contained in:
rubenwardy 2020-01-30 21:01:50 +00:00
parent 36615ef656
commit c31c1fd92a
1 changed files with 2 additions and 1 deletions

View File

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