diff --git a/client/client/routes.json b/client/client/routes.json index 488c6c1048..fc931bd3fc 100644 --- a/client/client/routes.json +++ b/client/client/routes.json @@ -1,7 +1,7 @@ { "module": "client", "name": "Clients", - "icon": "person", + "icon": "/static/images/icon_client.png", "validations" : true, "routes": [ { diff --git a/client/production/routes.json b/client/production/routes.json index a99b910a37..77c111ab82 100644 --- a/client/production/routes.json +++ b/client/production/routes.json @@ -1,7 +1,7 @@ { "module": "production", "name": "Production", - "icon": "group_work", + "icon": "/static/images/icon_production.png", "validations" : false, "routes": [ { diff --git a/client/production/src/locale/es.json b/client/production/src/locale/es.json index 32bd658972..0cf5acba55 100644 --- a/client/production/src/locale/es.json +++ b/client/production/src/locale/es.json @@ -1,5 +1,6 @@ { "Finder" : "Localizador", + "Production" : "Producción", "Error: No tickets selected!" : "Error: ¡No hay tickets seleccionados!", "Error: Action not implemented!" : "Error: ¡Acción no implementada!", "State" : "Estado", diff --git a/client/salix/src/components/home/home.html b/client/salix/src/components/home/home.html index ddb636ee41..c79a78a778 100644 --- a/client/salix/src/components/home/home.html +++ b/client/salix/src/components/home/home.html @@ -3,15 +3,18 @@