Support multiple languages
This commit is contained in:
@@ -415,7 +415,7 @@ export const routesConfig: RouteConfig[] = [
|
||||
path: '/app/database/team',
|
||||
name: 'Team',
|
||||
component: 'TeamPage',
|
||||
title: 'Gestión de Equipo',
|
||||
title: 'Trabajadores',
|
||||
icon: 'user',
|
||||
requiresAuth: true,
|
||||
requiredRoles: ROLE_COMBINATIONS.ADMIN_ACCESS,
|
||||
@@ -460,7 +460,7 @@ export const routesConfig: RouteConfig[] = [
|
||||
path: '/app/settings/personal-info',
|
||||
name: 'PersonalInfo',
|
||||
component: 'PersonalInfoPage',
|
||||
title: 'Información Personal',
|
||||
title: 'Información',
|
||||
icon: 'user',
|
||||
requiresAuth: true,
|
||||
showInNavigation: true,
|
||||
@@ -470,7 +470,7 @@ export const routesConfig: RouteConfig[] = [
|
||||
path: '/app/settings/communication-preferences',
|
||||
name: 'CommunicationPreferences',
|
||||
component: 'CommunicationPreferencesPage',
|
||||
title: 'Preferencias de Comunicación',
|
||||
title: 'Notificaciones',
|
||||
icon: 'bell',
|
||||
requiresAuth: true,
|
||||
showInNavigation: true,
|
||||
@@ -490,7 +490,7 @@ export const routesConfig: RouteConfig[] = [
|
||||
path: '/app/settings/organizations',
|
||||
name: 'Organizations',
|
||||
component: 'OrganizationsPage',
|
||||
title: 'Mis Organizaciones',
|
||||
title: 'Establecimientos',
|
||||
icon: 'database',
|
||||
requiresAuth: true,
|
||||
showInNavigation: true,
|
||||
|
||||
Reference in New Issue
Block a user