From e1c108f782899f2a7ea6953f6a431096f3b44faa Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Wed, 29 May 2024 15:57:44 +0530 Subject: [PATCH] Improved: brokering icon, added placeholder on the ion-select (#6) --- src/locales/en.json | 3 ++- src/views/ProductStoreDetails.vue | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index ab1fdfa..9660c8d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -47,7 +47,7 @@ "Go to OMS": "Go to OMS", "Hold pre-order physical inventory": "Hold pre-order physical inventory", "ID": "ID", - "Id prefix": "Id prefix", + "ID prefix": "ID prefix", "Identifier": "Identifier", "Import": "Import", "Inventory": "Inventory", @@ -101,6 +101,7 @@ "Search time zones": "Search time zones", "Soft Allocation": "Soft Allocation", "Secondary identifier": "Secondary identifier", + "Select": "Select", "Select operating countries": "Select operating countries", "Select time zone": "Select time zone", "Send notification to Shopify": "Send notification to Shopify", diff --git a/src/views/ProductStoreDetails.vue b/src/views/ProductStoreDetails.vue index a676eec..fbce0e8 100644 --- a/src/views/ProductStoreDetails.vue +++ b/src/views/ProductStoreDetails.vue @@ -28,7 +28,7 @@ - + {{ translate("Order brokering") }} @@ -52,7 +52,7 @@ - + @@ -245,7 +245,7 @@ - + {{ group.facilityGroupName }} @@ -268,7 +268,7 @@ - + {{ identifier.description }} @@ -283,13 +283,13 @@ - + {{ option }} - + {{ option }} @@ -316,7 +316,7 @@ - + {{ shipmentMethod.description ? shipmentMethod.description : shipmentMethod.shipmentMethodTypeId }} @@ -347,7 +347,7 @@