Update messages
This commit is contained in:
parent
b971363b9f
commit
5fd0f71888
2 changed files with 5 additions and 5 deletions
|
@ -2768,10 +2768,6 @@
|
|||
"context": "order total price",
|
||||
"string": "Total"
|
||||
},
|
||||
"src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_1542417144": {
|
||||
"context": "dialog header",
|
||||
"string": "Create Product"
|
||||
},
|
||||
"src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": {
|
||||
"context": "variant sku",
|
||||
"string": "SKU {sku}"
|
||||
|
@ -2779,6 +2775,10 @@
|
|||
"src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": {
|
||||
"string": "Search by product name, attribute, product type etc..."
|
||||
},
|
||||
"src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2775402904": {
|
||||
"context": "dialog header",
|
||||
"string": "Add Product"
|
||||
},
|
||||
"src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": {
|
||||
"string": "Search Products"
|
||||
},
|
||||
|
|
|
@ -208,7 +208,7 @@ const OrderProductAddDialog: React.FC<OrderProductAddDialogProps> = props => {
|
|||
>
|
||||
<DialogTitle>
|
||||
<FormattedMessage
|
||||
defaultMessage="Create Product"
|
||||
defaultMessage="Add Product"
|
||||
description="dialog header"
|
||||
/>
|
||||
</DialogTitle>
|
||||
|
|
Loading…
Reference in a new issue