diff --git a/warehouse/locale/messages.pot b/warehouse/locale/messages.pot
index 6b9d141015d5..9f011337d638 100644
--- a/warehouse/locale/messages.pot
+++ b/warehouse/locale/messages.pot
@@ -4578,8 +4578,8 @@ msgstr ""
#: warehouse/templates/manage/account/token.html:113
#, python-format
msgid ""
-"You can then use %(command)s
to switch to the correct token "
-"when uploading to PyPI."
+"You can then use %(command)s
to use the correct token when "
+"uploading to PyPI."
msgstr ""
#: warehouse/templates/manage/account/token.html:119
diff --git a/warehouse/templates/manage/account/token.html b/warehouse/templates/manage/account/token.html
index 257bc44f6038..e86fc0428079 100644
--- a/warehouse/templates/manage/account/token.html
+++ b/warehouse/templates/manage/account/token.html
@@ -110,8 +110,8 @@
- {% trans command='twine --repository PROJECT_NAME' %}
- You can then use {{ command }}
to switch to the correct token when uploading to PyPI.
+ {% trans command='twine upload --repository PROJECT_NAME' %}
+ You can then use {{ command }}
to use the correct token when uploading to PyPI.
{% endtrans %}