Update messages

This commit is contained in:
dominik-zeglen 2020-03-03 13:06:09 +01:00
parent 270ae99281
commit 092284f5df
2 changed files with 5 additions and 1 deletions

View file

@ -4801,6 +4801,10 @@
"context": "event", "context": "event",
"string": "Changed quantity in checkout" "string": "Changed quantity in checkout"
}, },
"src_dot_webhooks_dot_components_dot_WebhookEvents_dot_4281441551": {
"context": "event",
"string": "Fulfillment created"
},
"src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1690209105": { "src_dot_webhooks_dot_components_dot_WebhookInfo_dot_1690209105": {
"context": "webhook", "context": "webhook",
"string": "Target URL" "string": "Target URL"

View file

@ -65,7 +65,7 @@ const WebhookEvents: React.FC<WebhookEventsProps> = ({
description: "event" description: "event"
}), }),
[WebhookEventTypeEnum.FULFILLMENT_CREATED]: intl.formatMessage({ [WebhookEventTypeEnum.FULFILLMENT_CREATED]: intl.formatMessage({
defaultMessage: "Fulfillment", defaultMessage: "Fulfillment created",
description: "event" description: "event"
}) })
}; };