diff --git a/warehouse/templates/pages/help.html b/warehouse/templates/pages/help.html index a5b0150ea609..ff67fddc24ba 100644 --- a/warehouse/templates/pages/help.html +++ b/warehouse/templates/pages/help.html @@ -55,9 +55,9 @@ {% macro compromised_password() %}{% trans %}Why is PyPI telling me my password is compromised?{% endtrans %}{% endmacro %} {% macro twoFA() %}{% trans %}What is two factor authentication and how does it work on PyPI?{% endtrans %}{% endmacro %} {% macro totp() %}{% trans %}How does two factor authentication with an authentication application (TOTP) work? How do I set it up on PyPI?{% endtrans %}{% endmacro %} -{% macro utfkey() %}{% trans %}How does two factor authentication with a security device (e.g. USB key) work? How do I set it up on PyPI?{% endtrans %} {% trans %}Beta feature{% endtrans %}{% endmacro %} -{% macro utfdevices() %}{% trans %}What devices (other than a USB key) can I use as a security device?{% endtrans %} {% trans %}Beta feature{% endtrans %}{% endmacro %} -{% macro apitoken() %}{% trans %}How can I use API tokens to authenticate with PyPI?{% endtrans %} {% trans %}Beta feature{% endtrans %}{% endmacro %} +{% macro utfkey() %}{% trans %}How does two factor authentication with a security device (e.g. USB key) work? How do I set it up on PyPI?{% endtrans %}{% endmacro %} +{% macro utfdevices() %}{% trans %}What devices (other than a USB key) can I use as a security device?{% endtrans %}{% endmacro %} +{% macro apitoken() %}{% trans %}How can I use API tokens to authenticate with PyPI?{% endtrans %}{% endmacro %} {% macro mirroring() %}{% trans %}How can I run a mirror of PyPI?{% endtrans %}{% endmacro %} {% macro APIs() %}{% trans %}Does PyPI have APIs I can use?{% endtrans %}{% endmacro %} @@ -698,12 +698,7 @@
{% trans %}When Warehouse's maintainers are deploying new features, at first we mark them with a small "beta feature" symbol to tell you: this should probably work fine, but it's new and less tested than other site functionality.{% endtrans %}
-{% trans %}Currently, the following features are in beta:{% endtrans %}
- +{% trans %}Currently, no features are in beta.{% endtrans %}