Merge pull request #2184 from nextcloud/backport/2183/stable28

[stable28] enh: Add navigation label
This commit is contained in:
Andy Scherzinger 2023-12-07 17:27:59 +01:00 committed by GitHub
commit 0f739b5e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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')"