enh(files): Add files navigation label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-12-06 17:01:05 -08:00 committed by backportbot-nextcloud[bot]
parent 13f0badf19
commit 4ad7360348

View file

@ -20,7 +20,8 @@
-
-->
<template>
<NcAppNavigation data-cy-files-navigation>
<NcAppNavigation data-cy-files-navigation
:aria-label="t('files', 'Files')">
<template #list>
<NcAppNavigationItem v-for="view in parentViews"
:key="view.id"