enh(files): Add files navigation label

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/42077/head
Christopher Ng 6 months ago
parent b71b6dca97
commit 0167f671f5

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

Loading…
Cancel
Save