Update messages

This commit is contained in:
dominik-zeglen 2020-05-08 16:01:04 +02:00
parent b971363b9f
commit 5fd0f71888
2 changed files with 5 additions and 5 deletions

View file

@ -2768,10 +2768,6 @@
"context": "order total price", "context": "order total price",
"string": "Total" "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": { "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2272209368": {
"context": "variant sku", "context": "variant sku",
"string": "SKU {sku}" "string": "SKU {sku}"
@ -2779,6 +2775,10 @@
"src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": { "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2336947364": {
"string": "Search by product name, attribute, product type etc..." "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": { "src_dot_orders_dot_components_dot_OrderProductAddDialog_dot_2850255786": {
"string": "Search Products" "string": "Search Products"
}, },

View file

@ -208,7 +208,7 @@ const OrderProductAddDialog: React.FC<OrderProductAddDialogProps> = props => {
> >
<DialogTitle> <DialogTitle>
<FormattedMessage <FormattedMessage
defaultMessage="Create Product" defaultMessage="Add Product"
description="dialog header" description="dialog header"
/> />
</DialogTitle> </DialogTitle>