0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated Webhook API error message

refs 6f1abc610a

- updated missing Webhook API error message when integration is missing
This commit is contained in:
Peter Zimon 2020-09-28 13:24:47 +02:00
parent b2169da590
commit 4e45373730

View file

@ -488,7 +488,7 @@
},
"nonExistingIntegrationIdProvided": {
"context": "'integration_id' value does not match any existing integration.",
"help": "Provide 'integration_id' of existing integration."
"help": "Provide the 'integration_id' of an existing integration."
},
"webhookAlreadyExists": "Target URL has already been used for this event."
},