From 25535576c54e14fe25136f4f22a227897951aaa7 Mon Sep 17 00:00:00 2001 From: bernat Date: Mon, 18 Jan 2021 08:19:17 +0100 Subject: [PATCH] pr changes resolved --- modules/entry/front/main/index.html | 7 +++++-- modules/entry/front/search-panel/index.html | 2 +- modules/entry/front/search-panel/locale/es.yml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/entry/front/main/index.html b/modules/entry/front/main/index.html index 541a9948a..6c08cd0c4 100644 --- a/modules/entry/front/main/index.html +++ b/modules/entry/front/main/index.html @@ -8,11 +8,14 @@ - \ No newline at end of file + + + + diff --git a/modules/entry/front/search-panel/index.html b/modules/entry/front/search-panel/index.html index 074bb35fd..38acdf77d 100644 --- a/modules/entry/front/search-panel/index.html +++ b/modules/entry/front/search-panel/index.html @@ -5,7 +5,7 @@ vn-one label="General search" ng-model="filter.search" - info="Search entries by id, supplier name or supplier alias" + info="Search entry by id or a suppliers by name or alias" vn-focus> diff --git a/modules/entry/front/search-panel/locale/es.yml b/modules/entry/front/search-panel/locale/es.yml index f408b9db5..88f164145 100644 --- a/modules/entry/front/search-panel/locale/es.yml +++ b/modules/entry/front/search-panel/locale/es.yml @@ -5,4 +5,4 @@ From: Desde To: Hasta Agency: Agencia Warehouse: Almacén -Search entries by id, supplier name or supplier alias: Buscar entradas por id, nombre del proveedor o alias del proveedor \ No newline at end of file +Search entry by id or a suppliers by name or alias: Buscar entrada por id o proveedores por nombre y alias \ No newline at end of file