Fix sidebar survey icon and survey shop title

This commit is contained in:
Pablo Bonilla 2021-08-16 23:17:06 -06:00
parent 1c2e8b0a9c
commit 5defd44974
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
3 changed files with 9 additions and 2 deletions

View File

@ -5,6 +5,6 @@ export const TIENDA_PLANTILLA_ROUTE: Route = {
path: 'tienda-plantilla',
component: ListarTiendaPlantillaComponent,
data: {
pageTitle: 'tiendaPlantilla.title',
pageTitle: 'dataSurveyApp.tiendaPlantilla.title',
},
};

View File

@ -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' },
// {

View File

@ -0,0 +1,7 @@
{
"dataSurveyApp": {
"tiendaPlantilla": {
"title": "Tienda"
}
}
}