1
0

feat(webhooks): add form validation

This commit is contained in:
kolaente
2023-10-20 12:32:46 +02:00
parent 3d2fe4cf65
commit 779aad1b2d
3 changed files with 48 additions and 4 deletions

View File

@ -366,6 +366,7 @@
"targetUrlInvalid": "Please provide a valid URL.",
"events": "Events",
"eventsHint": "Select all events this webhook should recieve updates for (within the current project).",
"mustSelectEvents": "You must select at least one event.",
"delete": "Delete this webhook",
"deleteText": "Are you sure you want to delete this webhook? External targets will not be notified of its events anymore.",
"deleteSuccess": "The webhook was successfully deleted.",