Skip to content

Commit

Permalink
Merge pull request #2184 from nextcloud/backport/2183/stable28
Browse files Browse the repository at this point in the history
[stable28] enh: Add navigation label
  • Loading branch information
AndyScherzinger authored Dec 7, 2023
2 parents 2e2fc5a + c343c04 commit 0f739b5
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 0f739b5

Please sign in to comment.