diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 11:30:35 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-03 11:30:35 -0700 |
commit | 6c23be739e044096033327718fa55f1867d979e3 (patch) | |
tree | d8f775a892a33f97da5ae9daf16f977763f00d41 /python | |
parent | 323e34107ab58c746748799bacef00aa65c6b317 (diff) | |
download | fatcat-6c23be739e044096033327718fa55f1867d979e3.tar.gz fatcat-6c23be739e044096033327718fa55f1867d979e3.zip |
tweak account page copy
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/auth_account.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/fatcat_web/templates/auth_account.html b/python/fatcat_web/templates/auth_account.html index 0311c538..8a251042 100644 --- a/python/fatcat_web/templates/auth_account.html +++ b/python/fatcat_web/templates/auth_account.html @@ -24,10 +24,10 @@ </div> <br> -<p>In the future, you might be able to... +<p>In the future, you will be able to... <ul> - <li>Create a bot user - <li>Generate an API token + <li>Create and manage bot accounts + <li>Generate API tokens </ul> {% endblock %} |