Skip to content

Commit aef5715

Browse files
Fix texts
1 parent 3c2e790 commit aef5715

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated "U. Mult." label to "Multiplicador de Unidade" (PT), "Unit Multiplier" (EN), and "Multiplicador de Unidad" (ES) for better readability
13+
1014
## [3.0.4] - 2026-01-06
1115

1216
### Added

messages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"store/b2b-quotes.quote-details.items.refId.title": "Ref. Code",
7171
"store/b2b-quotes.quote-details.items.name.title": "Name",
7272
"store/b2b-quotes.quote-details.items.quantity.title": "Quantity",
73-
"store/b2b-quotes.quote-details.items.unitMultiplier.title": "U. Mult.",
73+
"store/b2b-quotes.quote-details.items.unitMultiplier.title": "Unit Multiplier",
7474
"store/b2b-quotes.quote-details.items.price.title": "Price",
7575
"store/b2b-quotes.quote-details.items.total.title": "Total",
7676
"store/b2b-quotes.quote-details.apply-discount.title": "Apply Percentage Discount",

messages/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"store/b2b-quotes.quote-details.items.refId.title": "Cód. de ref.",
7171
"store/b2b-quotes.quote-details.items.name.title": "Nombre",
7272
"store/b2b-quotes.quote-details.items.quantity.title": "Cantidad",
73-
"store/b2b-quotes.quote-details.items.unitMultiplier.title": "U. Mult.",
73+
"store/b2b-quotes.quote-details.items.unitMultiplier.title": "Multiplicador de Unidad",
7474
"store/b2b-quotes.quote-details.items.price.title": "Precio",
7575
"store/b2b-quotes.quote-details.items.total.title": "Total",
7676
"store/b2b-quotes.quote-details.apply-discount.title": "Aplicar descuento porcentual",

messages/pt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"store/b2b-quotes.quote-details.items.refId.title": "Código de ref.",
7171
"store/b2b-quotes.quote-details.items.name.title": "Nome",
7272
"store/b2b-quotes.quote-details.items.quantity.title": "Quantidade",
73-
"store/b2b-quotes.quote-details.items.unitMultiplier.title": "U. Mult.",
73+
"store/b2b-quotes.quote-details.items.unitMultiplier.title": "Multiplicador de Unidade",
7474
"store/b2b-quotes.quote-details.items.price.title": "Preço",
7575
"store/b2b-quotes.quote-details.items.total.title": "Total",
7676
"store/b2b-quotes.quote-details.apply-discount.title": "Aplicar desconto percentual",

0 commit comments

Comments
 (0)