mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
enh(settings): Add apps and user management navigation labels
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
4ad7360348
commit
b4bc7f394e
2 changed files with 3 additions and 2 deletions
|
|
@ -24,7 +24,8 @@
|
|||
<NcContent app-name="settings"
|
||||
:class="{ 'with-app-sidebar': app}">
|
||||
<!-- Categories & filters -->
|
||||
<NcAppNavigation :class="{ 'icon-loading': loading }">
|
||||
<NcAppNavigation :class="{ 'icon-loading': loading }"
|
||||
:aria-label="t('settings', 'Apps')">
|
||||
<template #list>
|
||||
<NcAppNavigationItem id="app-category-your-apps"
|
||||
:to="{ name: 'apps' }"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<template>
|
||||
<Fragment>
|
||||
<NcContent app-name="settings">
|
||||
<NcAppNavigation>
|
||||
<NcAppNavigation :aria-label="t('settings', 'User management')">
|
||||
<NcAppNavigationNew button-id="new-user-button"
|
||||
:text="t('settings','New user')"
|
||||
@click="showNewUserMenu"
|
||||
|
|
|
|||
Loading…
Reference in a new issue