Add aria-label alongside title attributes

This commit is contained in:
Michael Vickers
2020-10-01 21:17:03 +01:00
committed by Frédéric Guillot
parent 4c68ab4dbd
commit ce69343001
6 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<div class="dropdown">
<a href="#" class="dropdown-menu action-menu" title="<?= t('Configure this project') ?>"><i class="fa fa-cog"></i><i class="fa fa-caret-down"></i></a>
<a href="#" class="dropdown-menu action-menu" title="<?= t('Configure this project') ?>" aria-label="<?= t('Configure this project') ?>"><i class="fa fa-cog"></i><i class="fa fa-caret-down"></i></a>
<ul>
<?php if ($board_view): ?>
<li>