authenticators: use correct aria-label in configuration tabs (#69094)

This commit is contained in:
Valentin Deniaud 2022-09-14 15:17:02 +02:00
parent 45a80d76f0
commit 74ea183b83
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{% block content %}
<div class="section pk-tabs">
{% if forms|length > 1 %}
<div class="pk-tabs--tab-list" role="tablist" aria-label="{% trans "Cell Properties" %}">
<div class="pk-tabs--tab-list" role="tablist" aria-label="{% trans "Configuration tabs" %}">
{% for form in forms %}
<button role="tab"
aria-selected="{{ forloop.first|yesno:"true,false" }}"