Add aria-label to form inputs without labels

This commit is contained in:
Michael Vickers
2020-10-01 22:02:22 +01:00
committed by Frédéric Guillot
parent ce69343001
commit 8308189333
10 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
$projects_list,
$values,
array(),
array('multiple')
array('multiple', 'aria-label="'.t('Duplicate to multiple projects').'"')
) ?>
<?= $this->modal->submitButtons() ?>