rename some routes

This commit is contained in:
rubikscraft
2022-03-19 20:54:00 +01:00
parent 8db5917bbc
commit cc7d9ddef3
4 changed files with 3 additions and 9 deletions

View File

@@ -29,12 +29,12 @@ const SettingsRoutes: PRoutes = [
},
},
{
path: 'syspref',
path: 'system',
loadChildren: () => SettingsSysprefRouteModule,
data: {
permissions: [Permission.SysPrefManage],
page: {
title: 'Sys Preferences',
title: 'System Settings',
icon: 'settings',
category: 'system',
},