Fix Typo in Order Fulfillment Dialog
extraction also removed three strings from defaultMessages.json
This commit is contained in:
parent
343331e2c5
commit
258cb5bf5e
2 changed files with 5 additions and 14 deletions
|
@ -2396,14 +2396,14 @@
|
||||||
"context": "quantity of fulfilled products",
|
"context": "quantity of fulfilled products",
|
||||||
"string": "Quantity"
|
"string": "Quantity"
|
||||||
},
|
},
|
||||||
|
"src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3123761129": {
|
||||||
|
"context": "dialog header",
|
||||||
|
"string": "Fulfill Products"
|
||||||
|
},
|
||||||
"src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": {
|
"src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3252172269": {
|
||||||
"context": "fulfillment group",
|
"context": "fulfillment group",
|
||||||
"string": "Tracking number"
|
"string": "Tracking number"
|
||||||
},
|
},
|
||||||
"src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_3928354289": {
|
|
||||||
"context": "dialog header",
|
|
||||||
"string": "Fulfill Oroducts"
|
|
||||||
},
|
|
||||||
"src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": {
|
"src_dot_orders_dot_components_dot_OrderFulfillmentDialog_dot_4046223826": {
|
||||||
"string": "Product name"
|
"string": "Product name"
|
||||||
},
|
},
|
||||||
|
@ -4222,15 +4222,6 @@
|
||||||
"context": "dialog header",
|
"context": "dialog header",
|
||||||
"string": "Invite Staff Member"
|
"string": "Invite Staff Member"
|
||||||
},
|
},
|
||||||
"src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_1570990296": {
|
|
||||||
"string": "User has full access"
|
|
||||||
},
|
|
||||||
"src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_2690176844": {
|
|
||||||
"string": "Permissions"
|
|
||||||
},
|
|
||||||
"src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_351138560": {
|
|
||||||
"string": "Expand or restrict user’s permissions to access certain part of saleor system."
|
|
||||||
},
|
|
||||||
"src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": {
|
"src_dot_staff_dot_components_dot_StaffAddMemberDialog_dot_449055697": {
|
||||||
"context": "button",
|
"context": "button",
|
||||||
"string": "Send invite"
|
"string": "Send invite"
|
||||||
|
|
|
@ -118,7 +118,7 @@ const OrderFulfillmentDialog: React.FC<OrderFulfillmentDialogProps> = props => {
|
||||||
<>
|
<>
|
||||||
<DialogTitle>
|
<DialogTitle>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
defaultMessage="Fulfill Oroducts"
|
defaultMessage="Fulfill Products"
|
||||||
description="dialog header"
|
description="dialog header"
|
||||||
/>
|
/>
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
|
|
Loading…
Reference in a new issue