Merge pull request #140 from Quantum-P3/fix/shop-title
Fix sidebar survey icon and survey shop title
This commit is contained in:
commit
314e2b21e3
|
@ -5,6 +5,6 @@ export const TIENDA_PLANTILLA_ROUTE: Route = {
|
||||||
path: 'tienda-plantilla',
|
path: 'tienda-plantilla',
|
||||||
component: ListarTiendaPlantillaComponent,
|
component: ListarTiendaPlantillaComponent,
|
||||||
data: {
|
data: {
|
||||||
pageTitle: 'tiendaPlantilla.title',
|
pageTitle: 'dataSurveyApp.tiendaPlantilla.title',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
|
@ -74,7 +74,7 @@ export const USER_ROUTES: RouteInfo[] = [
|
||||||
path: '/encuesta',
|
path: '/encuesta',
|
||||||
title: 'Encuestas',
|
title: 'Encuestas',
|
||||||
type: 'link',
|
type: 'link',
|
||||||
icontype: 'nc-icoxn nc-paper',
|
icontype: 'nc-icon nc-paper',
|
||||||
},
|
},
|
||||||
{ path: '/tienda-plantilla', title: 'Tienda', type: 'link', icontype: 'nc-icon nc-shop' },
|
{ 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