From 86ce346de4f2fa08d0e787c04626bb3ffe5d02c3 Mon Sep 17 00:00:00 2001 From: Petar Markov Date: Thu, 17 Oct 2024 11:31:12 +0200 Subject: [PATCH] fix QTY in other files --- .../asm/assets/translations/en/asm.json | 1 + .../asm-save-cart-dialog.component.html | 7 +++++ .../asm-save-cart-dialog.component.ts | 6 +++-- .../add-to-cart/add-to-cart.component.html | 7 ++++- .../add-to-cart/add-to-cart.component.ts | 5 +++- .../add-to-cart/add-to-cart.module.ts | 8 +++++- .../assets/translations/en/quickOrder.json | 5 +++- .../cart-quick-order-form.component.html | 22 ++++++++++++++-- .../cart-quick-order-form.component.ts | 5 +++- .../item/quick-order-item.component.html | 5 +++- .../table/item/quick-order-item.component.ts | 1 + .../table/quick-order-table.component.html | 13 +++++++++- .../table/quick-order-table.component.ts | 5 ++++ .../assets/translations/en/savedCart.json | 2 ++ .../list/saved-cart-list.component.html | 26 +++++++++++++++++-- .../list/saved-cart-list.component.ts | 1 + .../saved-cart-form-dialog.component.html | 5 +++- .../saved-cart-form-dialog.component.ts | 3 ++- .../en/estimatedDeliveryDate.json | 1 + .../estimated-delivery-date.component.html | 22 +++++++++++++--- .../estimated-delivery-date.component.ts | 10 ++++++- .../assets/src/translations/en/product.json | 2 ++ 22 files changed, 142 insertions(+), 20 deletions(-) diff --git a/feature-libs/asm/assets/translations/en/asm.json b/feature-libs/asm/assets/translations/en/asm.json index 63c024f8c3d..ab567af3467 100644 --- a/feature-libs/asm/assets/translations/en/asm.json +++ b/feature-libs/asm/assets/translations/en/asm.json @@ -135,6 +135,7 @@ "row": { "id": "ID", "qty": "Qty", + "qtyFull": "Quantity", "total": "Total" }, "actions": { diff --git a/feature-libs/asm/components/asm-save-cart-dialog/asm-save-cart-dialog.component.html b/feature-libs/asm/components/asm-save-cart-dialog/asm-save-cart-dialog.component.html index e41d4b3aa04..d080e12c458 100644 --- a/feature-libs/asm/components/asm-save-cart-dialog/asm-save-cart-dialog.component.html +++ b/feature-libs/asm/components/asm-save-cart-dialog/asm-save-cart-dialog.component.html @@ -53,6 +53,13 @@