From 2bad06a2344d886ff97d65ae59f53d01d672e703 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 2 Jul 2025 21:05:48 +0200 Subject: [PATCH] Order main menu items at least according to english --- dashboard/src/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index d11a53e3b..cc0b6c2b1 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -252,9 +252,8 @@ onMounted(async () => { {{ $t('apps.title') }} {{ $t('appstore.title') }}
- {{ $t('main.navbar.users') }} - {{ $t('backups.title') }} {{ $t('branding.title') }} + {{ $t('backups.title') }} {{ $t('domains.title') }} @@ -271,6 +270,7 @@ onMounted(async () => { {{ $t('network.title') }} {{ $t('services.title') }} {{ $t('settings.title') }} + {{ $t('main.navbar.users') }}