fix(a11y): add aria-label to add task button
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-02-26 21:32:28 +01:00
parent 051e69d2cc
commit 5d3c1755c6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
@click="addTask()"
icon="plus"
:loading="taskService.loading"
:aria-label="$t('list.list.add')"
>
<span class="button-text">
{{ $t('list.list.add') }}