Merge pull request #413 from krzysztofwolski/fix-typo

Typo in `successfully`
This commit is contained in:
Marcin Gębala 2020-02-25 15:54:08 +01:00 committed by GitHub
commit 25a4c3f525
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ export const OrderDraftList: React.FC<OrderDraftListProps> = ({ params }) => {
const handleCreateOrderCreateSuccess = (data: OrderDraftCreate) => {
notify({
text: intl.formatMessage({
defaultMessage: "Order draft succesfully created"
defaultMessage: "Order draft successfully created"
})
});
navigate(orderUrl(data.draftOrderCreate.order.id));