2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 09:13:49 +08:00

feat: 优化登录翻译

This commit is contained in:
2025-05-24 22:44:24 +08:00
parent 560b80038e
commit 77d7539880

View File

@@ -15,7 +15,7 @@ export const basicRoutes: RoutesType = [
component: () => import('@/views/login/IndexView.vue'),
isHidden: true,
meta: {
title: $gettext('Login Page')
title: $gettext('Login')
}
}
]