]> git.lizzy.rs Git - cheatdb.git/commitdiff
Change API Token warning to be friendlier v1.23.4
authorrubenwardy <rw@rubenwardy.com>
Thu, 30 Jan 2020 21:01:50 +0000 (21:01 +0000)
committerrubenwardy <rw@rubenwardy.com>
Thu, 30 Jan 2020 21:01:50 +0000 (21:01 +0000)
app/templates/api/create_edit_token.html

index c56a097bc4d8c69a94b3b07972fe7ffa0a5f6259..53f503bd30903b477665fde6fb9411a5f91550ff 100644 (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 %}