Skip to content

Commit 8d03a21

Browse files
authored
remove remaining beta tags (#7262)
1 parent dbffc73 commit 8d03a21

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

warehouse/templates/accounts/two-factor.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h1 class="page-title">{% trans %}Two-factor authentication{% endtrans %}</h1>
3434
<div class="twofa-login__method {% if totp_form %}twofa-login__method--padded{% endif %}">
3535
<h2>
3636
{% trans %}Authenticate with a security device (e.g. USB key){% endtrans %}
37-
&nbsp;<span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span>
3837
</h2>
3938

4039
<p>{% trans %}Connect your security device and click the "Authenticate with device" button.{% endtrans %}</p>

warehouse/templates/manage/account.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ <h2 class="sub-title">{% trans %}Two factor authentication (2FA){% endtrans %}</
451451
<tr>
452452
<th scope="row">
453453
<strong>"{{ credential.label }}"</strong> - {% trans %}Security device (<abbr title="web authentication">WebAuthn</abbr>){% endtrans %}
454-
<span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span>
455454
</th>
456455
<td class="table__align-right">
457456
<a href="#disable-webauthn-{{ credential.id }}" class="button button--primary">{% trans %}Remove{% endtrans %}</a>
@@ -516,7 +515,7 @@ <h2>{% trans %}API tokens{% endtrans %}</h2>
516515
<hr>
517516

518517
<section id="account-events">
519-
<h2>{% trans %}Security history{% endtrans %} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span></h2>
518+
<h2>{% trans %}Security history{% endtrans %}</h2>
520519

521520
{% set recent_events = user.recent_events %}
522521
{% if recent_events|length > 0 %}

warehouse/templates/manage/account/webauthn-provision.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{% block title %}{{ title }}{% endblock %}
2222

2323
{% block main %}
24-
<h1 class="page-title page-title--wsubtitle heading-wsubtitle__heading">{{ title }} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span></h1>
24+
<h1 class="page-title page-title--wsubtitle heading-wsubtitle__heading">{{ title }}</h1>
2525
<p class="heading-wsubtitle__subtitle">
2626
{% trans href='https://fidoalliance.org/certification/fido-certified-products/', title=gettext('External link') %}PyPI supports any device that adheres to the <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener">FIDO standard</a>.{% endtrans %}
2727
<br>

warehouse/templates/manage/history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% block title %}{% trans project_name=project.name %}'{{ project_name }}' project history{% endtrans %}{% endblock %}
2121

2222
{% block main %}
23-
<h2>{% trans %}Security history{% endtrans %} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span></h2>
23+
<h2>{% trans %}Security history{% endtrans %}</h2>
2424

2525
<p>{% trans %}Each time you (or your collaborators) perform a security action related to this project, the action is recorded and displayed here.{% endtrans %}</p>
2626

warehouse/templates/manage/token.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{% endblock %}
2525

2626
{% block main %}
27-
<h1 class="page-title">{{ title }} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span></h1>
27+
<h1 class="page-title">{{ title }}</h1>
2828

2929
{% if serialized_macaroon %}
3030
<section id="provisioned-key">

0 commit comments

Comments
 (0)