diff --git a/src/attributes/components/AttributeListPage/AttributeListPage.tsx b/src/attributes/components/AttributeListPage/AttributeListPage.tsx index b219d160a..079879def 100644 --- a/src/attributes/components/AttributeListPage/AttributeListPage.tsx +++ b/src/attributes/components/AttributeListPage/AttributeListPage.tsx @@ -26,7 +26,7 @@ const AttributeListPage: React.FC = ({ diff --git a/src/categories/components/CategoryList/CategoryList.tsx b/src/categories/components/CategoryList/CategoryList.tsx index 28344d8fe..aff5a0851 100644 --- a/src/categories/components/CategoryList/CategoryList.tsx +++ b/src/categories/components/CategoryList/CategoryList.tsx @@ -101,7 +101,7 @@ const CategoryList = withStyles(styles, { name: "CategoryList" })( toolbar={ diff --git a/src/categories/components/CategoryListPage/CategoryListPage.tsx b/src/categories/components/CategoryListPage/CategoryListPage.tsx index a3428f4fc..01f80a663 100644 --- a/src/categories/components/CategoryListPage/CategoryListPage.tsx +++ b/src/categories/components/CategoryListPage/CategoryListPage.tsx @@ -44,7 +44,7 @@ export const CategoryListPage: React.StatelessComponent = ({ diff --git a/src/discounts/components/VoucherListPage/VoucherListPage.tsx b/src/discounts/components/VoucherListPage/VoucherListPage.tsx index 6b37bc62c..a419405bd 100644 --- a/src/discounts/components/VoucherListPage/VoucherListPage.tsx +++ b/src/discounts/components/VoucherListPage/VoucherListPage.tsx @@ -38,7 +38,10 @@ const VoucherListPage: React.StatelessComponent = ({ diff --git a/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx b/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx index c244c10ab..478e953a2 100644 --- a/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx +++ b/src/navigation/components/MenuCreateDialog/MenuCreateDialog.tsx @@ -42,7 +42,7 @@ const MenuCreateDialog: React.FC = ({ diff --git a/src/navigation/components/MenuItems/MenuItems.tsx b/src/navigation/components/MenuItems/MenuItems.tsx index a35ccb852..b5fc6d74d 100644 --- a/src/navigation/components/MenuItems/MenuItems.tsx +++ b/src/navigation/components/MenuItems/MenuItems.tsx @@ -276,7 +276,7 @@ const MenuItems = withStyles(styles, { name: "MenuItems" })( diff --git a/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx b/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx index be7a96916..fdfae4f38 100644 --- a/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx +++ b/src/productTypes/components/ProductTypeListPage/ProductTypeListPage.tsx @@ -34,7 +34,7 @@ const ProductTypeListPage: React.StatelessComponent< onClick={onAdd} > {" "} diff --git a/src/products/components/ProductListPage/ProductListPage.tsx b/src/products/components/ProductListPage/ProductListPage.tsx index ec18734b2..9429b9a30 100644 --- a/src/products/components/ProductListPage/ProductListPage.tsx +++ b/src/products/components/ProductListPage/ProductListPage.tsx @@ -129,7 +129,10 @@ export const ProductListPage: React.FC = props => { variant="contained" data-tc="add-product" > - + diff --git a/src/products/components/ProductVariants/ProductVariants.tsx b/src/products/components/ProductVariants/ProductVariants.tsx index 92096319f..445673717 100644 --- a/src/products/components/ProductVariants/ProductVariants.tsx +++ b/src/products/components/ProductVariants/ProductVariants.tsx @@ -117,7 +117,7 @@ export const ProductVariants = withStyles(styles, { name: "ProductVariants" })( data-tc="button-add-variant" > diff --git a/src/products/views/ProductVariantCreate.tsx b/src/products/views/ProductVariantCreate.tsx index 2735880dc..b78ca66a9 100644 --- a/src/products/views/ProductVariantCreate.tsx +++ b/src/products/views/ProductVariantCreate.tsx @@ -88,7 +88,7 @@ export const ProductVariant: React.StatelessComponent = ({ <> @@ -100,7 +100,7 @@ export const ProductVariant: React.StatelessComponent = ({ [] )} header={intl.formatMessage({ - defaultMessage: "Add Variant", + defaultMessage: "Create Variant", description: "header" })} loading={disableForm} diff --git a/src/shipping/components/ShippingZoneRates/ShippingZoneRates.tsx b/src/shipping/components/ShippingZoneRates/ShippingZoneRates.tsx index d99abc180..530e5da4e 100644 --- a/src/shipping/components/ShippingZoneRates/ShippingZoneRates.tsx +++ b/src/shipping/components/ShippingZoneRates/ShippingZoneRates.tsx @@ -81,7 +81,7 @@ const ShippingZoneRates = withStyles(styles, { name: "ShippingZoneRates" })( toolbar={ diff --git a/src/shipping/components/ShippingZonesList/ShippingZonesList.tsx b/src/shipping/components/ShippingZonesList/ShippingZonesList.tsx index aaf1001d4..56c2b6ff7 100644 --- a/src/shipping/components/ShippingZonesList/ShippingZonesList.tsx +++ b/src/shipping/components/ShippingZonesList/ShippingZonesList.tsx @@ -87,7 +87,7 @@ const ShippingZonesList = withStyles(styles, { name: "ShippingZonesList" })( toolbar={ diff --git a/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.tsx b/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.tsx index a7cce0e80..c382c7274 100644 --- a/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.tsx +++ b/src/staff/components/StaffAddMemberDialog/StaffAddMemberDialog.tsx @@ -85,7 +85,7 @@ const StaffAddMemberDialog = withStyles(styles, { <> diff --git a/src/staff/components/StaffListPage/StaffListPage.tsx b/src/staff/components/StaffListPage/StaffListPage.tsx index 04e251d8b..0233d544c 100644 --- a/src/staff/components/StaffListPage/StaffListPage.tsx +++ b/src/staff/components/StaffListPage/StaffListPage.tsx @@ -38,7 +38,7 @@ const StaffListPage: React.StatelessComponent = ({ onClick={onAdd} >