aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-04-03 11:30:35 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-04-03 11:30:35 -0700
commit6c23be739e044096033327718fa55f1867d979e3 (patch)
treed8f775a892a33f97da5ae9daf16f977763f00d41
parent323e34107ab58c746748799bacef00aa65c6b317 (diff)
downloadfatcat-6c23be739e044096033327718fa55f1867d979e3.tar.gz
fatcat-6c23be739e044096033327718fa55f1867d979e3.zip
tweak account page copy
-rw-r--r--python/fatcat_web/templates/auth_account.html6
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 %}