Skip to content

Commit

Permalink
Merge pull request #2183 from nextcloud/enh/a11y/app-nav-label
Browse files Browse the repository at this point in the history
enh: Add navigation label
  • Loading branch information
Pytal committed Dec 7, 2023
2 parents 78d58a8 + a045d6d commit 38f560b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/photos-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/photos-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Photos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<template>
<NcContent app-name="photos">
<NcAppNavigation>
<NcAppNavigation :aria-label="t('photos', 'Photos')">
<template #list>
<NcAppNavigationItem :to="{name: 'all_media'}"
:name="t('photos', 'All media')"
Expand Down

0 comments on commit 38f560b

Please sign in to comment.