Update messages
This commit is contained in:
parent
270ae99281
commit
092284f5df
2 changed files with 5 additions and 1 deletions
|
@ -4801,6 +4801,10 @@
|
|||
"context": "event",
|
||||
"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": {
|
||||
"context": "webhook",
|
||||
"string": "Target URL"
|
||||
|
|
|
@ -65,7 +65,7 @@ const WebhookEvents: React.FC<WebhookEventsProps> = ({
|
|||
description: "event"
|
||||
}),
|
||||
[WebhookEventTypeEnum.FULFILLMENT_CREATED]: intl.formatMessage({
|
||||
defaultMessage: "Fulfillment",
|
||||
defaultMessage: "Fulfillment created",
|
||||
description: "event"
|
||||
})
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue