diff --git a/src/components/notifications/Webhook.vue b/src/components/notifications/Webhook.vue index 5ed0aa47a..4262ad067 100644 --- a/src/components/notifications/Webhook.vue +++ b/src/components/notifications/Webhook.vue @@ -12,11 +12,11 @@ </div> <div class="mb-3"> - <label for="webhook-content-type" class="form-label">{{ + <label for="webhook-request-body" class="form-label">{{ $t("Request Body") }}</label> <select - id="webhook-content-type" + id="webhook-request-body" v-model="$parent.notification.webhookContentType" class="form-select" required diff --git a/src/lang/en.json b/src/lang/en.json index d6ca64bae..39c22505f 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -755,5 +755,6 @@ "Group": "Group", "Monitor Group": "Monitor Group", "noGroupMonitorMsg": "Not Available. Create a Group Monitor First.", - "Close": "Close" + "Close": "Close", + "Request Body": "Request Body" }