Skip to content

Commit

Permalink
fix(a11y): Add missing label for nav element
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed May 8, 2024
1 parent 6146d86 commit 60d0a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Forms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

<template>
<NcContent app-name="forms">
<NcAppNavigation v-if="canCreateForms || hasForms">
<NcAppNavigation v-if="canCreateForms || hasForms"
:aria-label="t('forms', 'Forms navigation')">
<template #default>
<NcAppNavigationNew v-if="canCreateForms"
:text="t('forms', 'New form')"
Expand Down

0 comments on commit 60d0a17

Please sign in to comment.