Merge pull request #140 from Quantum-P3/fix/shop-title

Fix sidebar survey icon and survey shop title
This commit is contained in:
Eduardo Quiros 2021-08-17 05:26:55 +00:00 committed by GitHub
commit 314e2b21e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}
}