Skip to content

Commit

Permalink
Merge pull request #2150 from nextcloud/backport/2148/stable3
Browse files Browse the repository at this point in the history
[stable3] fix(a11y): Add missing label for `nav` element
  • Loading branch information
susnux authored May 8, 2024
2 parents e25a3c2 + 06a5683 commit 036d669
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')">
<NcAppNavigationNew v-if="canCreateForms"
:text="t('forms', 'New form')"
@click="onNewForm">
Expand Down

0 comments on commit 036d669

Please sign in to comment.