From f29f487ef8892453a481628a6a3cff802dc89213 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 17 Aug 2020 10:30:59 +0200 Subject: Use localize for page titles --- client/src/app/+admin/system/system.routes.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'client/src/app/+admin/system/system.routes.ts') diff --git a/client/src/app/+admin/system/system.routes.ts b/client/src/app/+admin/system/system.routes.ts index 0e8d98519..72ab6705a 100644 --- a/client/src/app/+admin/system/system.routes.ts +++ b/client/src/app/+admin/system/system.routes.ts @@ -10,8 +10,6 @@ export const SystemRoutes: Routes = [ { path: 'system', component: SystemComponent, - data: { - }, children: [ { path: '', @@ -25,7 +23,7 @@ export const SystemRoutes: Routes = [ data: { meta: { userRight: UserRight.MANAGE_JOBS, - title: 'Jobs' + title: $localize`Jobs` } } }, @@ -36,7 +34,7 @@ export const SystemRoutes: Routes = [ data: { meta: { userRight: UserRight.MANAGE_LOGS, - title: 'Logs' + title: $localize`Logs` } } }, @@ -47,7 +45,7 @@ export const SystemRoutes: Routes = [ data: { meta: { userRight: UserRight.MANAGE_DEBUG, - title: 'Debug' + title: $localize`Debug` } } } -- cgit v1.2.3