diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 709e0482..894745af 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -4,7 +4,9 @@ "Are you sure you want to save the changes?": "Are you sure you want to save the changes?", "Are you sure you want to cancel the order items?": "Are you sure you want to cancel the order items?", "Cancel": "Cancel", + "Cancel item": "Cancel item", "Cancel items": "Cancel items", + "Change pickup location": "Change pickup location", "Change Store": "Change Store", "Changes saved": "Changes saved", "City": "City", @@ -18,7 +20,7 @@ "Fetching order details.": "Fetching order details.", "Fetching stores.": "Fetching stores.", "First name": "First name", - "Failed to cancel the order": "Failed to cancel the order", + "Failed to cancel the order.": "Failed to cancel the order.", "Failed to update the pickup store": "Failed to update the pickup store", "Failed to update the shipping addess": "Failed to update the shipping addess", "Fetching address": "Fetching address", @@ -30,22 +32,29 @@ "Nearby stores": "Nearby stores", "OMS": "OMS", "Order ID": "Order ID", - "Order cancelled successfully": "Order cancelled successfully", + "Order cancelled successfully.": "Order cancelled successfully.", "Order item not eligible for reroute fulfilment": "Order item not eligible for reroute fulfilment", "Order not found": "Order not found", + "Out of stock": "Out of stock", "Shipment has been cancelled": "Shipment has been cancelled", "Password": "Password", "Please fill all the fields": "Please fill all the fields", + "Request cancel": "Request cancel", + "Request cancelation": "Request cancelation", "Save changes": "Save changes", "Save shipping address": "Save shipping address", "Select pickup location": "Select pickup location", + "Separate": "Separate", "Shipping address": "Shipping address", "Showing pickup locations near": "Showing pickup locations near", + "Showing pickup locations near your saved address": "Showing pickup locations near your saved address", "Something went wrong while fetching stores": "Something went wrong while fetching stores", "Something went wrong while fetching the order details": "Something went wrong while fetching the order details", "Settings": "Settings", "State": "State", "Street": "Street", + "These products are not available at a single store for pickup. Please select alternate options for items individually.": "These products are not available at a single store for pickup. Please select alternate options for items individually.", + "Together": "Together", "Tracking code": "Tracking code", "Username": "Username", "was unable to prepare your order. Please select alternate options.": "{facilityName} was unable to prepare your order. Please select alternate options.", diff --git a/src/views/Order.vue b/src/views/Order.vue index 3a0a6ea7..4498d403 100644 --- a/src/views/Order.vue +++ b/src/views/Order.vue @@ -139,9 +139,9 @@
{{ selectedFacility.city }} {{ selectedFacility.stateCode }} {{ order.shipGroup.shipTo.postalAddress.country }} {{ selectedFacility.postalCode }}
-{{ customerAddress.address1 }}
{{ customerAddress.city }} {{ customerAddress.stateCode }} {{ customerAddress.postalCode }}