diff --git a/web/src/router/routes/index.ts b/web/src/router/routes/index.ts index 628b4a0a..14c081af 100644 --- a/web/src/router/routes/index.ts +++ b/web/src/router/routes/index.ts @@ -15,7 +15,7 @@ export const basicRoutes: RoutesType = [ component: () => import('@/views/login/IndexView.vue'), isHidden: true, meta: { - title: $gettext('Login Page') + title: $gettext('Login') } } ]