manager: clarify events agenda notifications label (#63211)

This commit is contained in:
Valentin Deniaud 2022-09-21 15:53:22 +02:00
parent a69db08e7e
commit d444e18443
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{% endif %}
<button aria-controls="panel-display-options" aria-selected="false" id="tab-display-options" role="tab" tabindex="-1">{% trans "Display options" %}</button>
<button aria-controls="panel-booking-check-options" aria-selected="false" id="tab-booking-check-options" role="tab" tabindex="-1">{% trans "Booking check options" %}</button>
<button aria-controls="panel-notifications" aria-selected="false" id="tab-notifications" role="tab" tabindex="-1">{% trans "Notifications" %}</button>
<button aria-controls="panel-notifications" aria-selected="false" id="tab-notifications" role="tab" tabindex="-1">{% trans "Management notifications" %}</button>
{% endblock %}
{% block agenda-settings-extra-tab-list %}