Fix sidebar survey icon and survey shop title
This commit is contained in:
parent
1c2e8b0a9c
commit
5defd44974
|
@ -5,6 +5,6 @@ export const TIENDA_PLANTILLA_ROUTE: Route = {
|
|||
path: 'tienda-plantilla',
|
||||
component: ListarTiendaPlantillaComponent,
|
||||
data: {
|
||||
pageTitle: 'tiendaPlantilla.title',
|
||||
pageTitle: 'dataSurveyApp.tiendaPlantilla.title',
|
||||
},
|
||||
};
|
||||
|
|
|
@ -74,7 +74,7 @@ export const USER_ROUTES: RouteInfo[] = [
|
|||
path: '/encuesta',
|
||||
title: 'Encuestas',
|
||||
type: 'link',
|
||||
icontype: 'nc-icoxn nc-paper',
|
||||
icontype: 'nc-icon nc-paper',
|
||||
},
|
||||
{ path: '/tienda-plantilla', title: 'Tienda', type: 'link', icontype: 'nc-icon nc-shop' },
|
||||
// {
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"dataSurveyApp": {
|
||||
"tiendaPlantilla": {
|
||||
"title": "Tienda"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue