enh: Add navigation label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Christopher Ng 2023-12-06 16:51:28 -08:00 committed by nextcloud-command
parent 2e2fc5a983
commit c343c043d6
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')"