diff --git a/e2e/helpers/selectors.js b/e2e/helpers/selectors.js
index d4c68ff00..f20d75310 100644
--- a/e2e/helpers/selectors.js
+++ b/e2e/helpers/selectors.js
@@ -410,7 +410,7 @@ export default {
advancedSearchButton: 'vn-item-search-panel button[type=submit]',
advancedSmartTableButton: 'vn-item-index vn-button[icon="search"]',
advancedSmartTableGrouping: 'vn-item-index vn-textfield[name=grouping]',
- weightByPieceCheckbox: '.vn-popover.shown vn-horizontal:nth-child(3) > vn-check[label="Weight per unit"]',
+ weightByPieceCheckbox: '.vn-popover.shown vn-horizontal:nth-child(3) > vn-check[label="Weight/Piece"]',
saveFieldsButton: '.vn-popover.shown vn-button[label="Save"] > button'
},
itemFixedPrice: {
diff --git a/modules/entry/front/latest-buys/index.html b/modules/entry/front/latest-buys/index.html
index 0fe2de94d..727b19220 100644
--- a/modules/entry/front/latest-buys/index.html
+++ b/modules/entry/front/latest-buys/index.html
@@ -63,7 +63,7 @@
Origin
- Weight per unit
+ Weight/Piece
|
Active
diff --git a/modules/item/front/basic-data/index.html b/modules/item/front/basic-data/index.html
index 5e6752aea..974aa37d8 100644
--- a/modules/item/front/basic-data/index.html
+++ b/modules/item/front/basic-data/index.html
@@ -124,7 +124,7 @@
diff --git a/modules/item/front/index/index.html b/modules/item/front/index/index.html
index 47e71c2df..6f5cce7c0 100644
--- a/modules/item/front/index/index.html
+++ b/modules/item/front/index/index.html
@@ -46,7 +46,7 @@
Buyer
|
- Weight per unit
+ Weight/Piece
|
Multiplier
diff --git a/modules/item/front/locale/es.yml b/modules/item/front/locale/es.yml
index 115a69528..37f774e4e 100644
--- a/modules/item/front/locale/es.yml
+++ b/modules/item/front/locale/es.yml
@@ -40,7 +40,7 @@ Create: Crear
Client card: Ficha del cliente
Shipped: F. envĂo
stems: Tallos
-Weight per unit: Peso por unidad (gramos)
+Weight/Piece: Peso (gramos)/tallo
Search items by id, name or barcode: Buscar articulos por identificador, nombre o codigo de barras
SalesPerson: Comercial
Concept: Concepto
diff --git a/modules/item/front/summary/index.html b/modules/item/front/summary/index.html
index cdcc2ae49..46a2baef4 100644
--- a/modules/item/front/summary/index.html
+++ b/modules/item/front/summary/index.html
@@ -110,7 +110,7 @@
-
|