From 3732a7ba68fb14f9e6b09c8d8707fdfa05fb3a89 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 21 Oct 2019 16:46:12 +0200 Subject: [PATCH 1/2] Use back instead of cancel --- .../AttributeValueEditDialog/AttributeValueEditDialog.tsx | 2 +- .../components/CategoryDeleteDialog/CategoryDeleteDialog.tsx | 2 +- src/components/AssignCategoryDialog/AssignCategoryDialog.tsx | 2 +- .../AssignCollectionDialog/AssignCollectionDialog.tsx | 2 +- src/components/AssignProductDialog/AssignProductDialog.tsx | 2 +- src/components/SaveFilterTabDialog/SaveFilterTabDialog.tsx | 2 +- .../components/CustomerAddressDialog/CustomerAddressDialog.tsx | 2 +- .../DiscountCountrySelectDialog/DiscountCountrySelectDialog.tsx | 2 +- src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx | 2 +- src/navigation/components/MenuItemDialog/MenuItemDialog.tsx | 2 +- .../OrderAddressEditDialog/OrderAddressEditDialog.tsx | 2 +- .../OrderFulfillmentDialog/OrderFulfillmentDialog.tsx | 2 +- .../OrderFulfillmentTrackingDialog.tsx | 2 +- src/orders/components/OrderPaymentDialog/OrderPaymentDialog.tsx | 2 +- .../components/OrderProductAddDialog/OrderProductAddDialog.tsx | 2 +- .../OrderShippingMethodEditDialog.tsx | 2 +- .../components/AssignAttributeDialog/AssignAttributeDialog.tsx | 2 +- .../ProductTypeAttributeEditDialog.tsx | 2 +- .../ProductVariantDeleteDialog/ProductVariantDeleteDialog.tsx | 2 +- .../ServiceTokenCreateDialog/ServiceTokenCreateDialog.tsx | 2 +- .../ShippingZoneCountriesAssignDialog.tsx | 2 +- .../ShippingZoneRateDialog/ShippingZoneRateDialog.tsx | 2 +- .../components/SiteSettingsKeyDialog/SiteSettingsKeyDialog.tsx | 2 +- .../components/StaffAddMemberDialog/StaffAddMemberDialog.tsx | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.tsx b/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.tsx index c54150edd..92efb502a 100644 --- a/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.tsx +++ b/src/attributes/components/AttributeValueEditDialog/AttributeValueEditDialog.tsx @@ -83,7 +83,7 @@ const AttributeValueEditDialog: React.StatelessComponent< = ({ = ({ = ({ = ({ = ({ )} - + Date: Mon, 21 Oct 2019 16:48:15 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c5323ec5..323fc2dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,3 +41,4 @@ All notable, unreleased changes to this project will be documented in this file. - Improve autocomplete UX - #212 by @dominik-zeglen - Fix empty attribute values - #218 by @dominik-zeglen - Add language switch - #213 by @dominik-zeglen +- Fix copy - #223, #224 by @dominik-zeglen