mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
enh(files): Add files navigation label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
13f0badf19
commit
4ad7360348
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue