diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index 5a77336c..fd5bc4e2 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -533,6 +533,8 @@ "WEBHOOK_REQUEST_METHOD_description" : "The HTTP request method to be used for the webhook call.", "WEBHOOK_SIZE_name" : "Max payload size", "WEBHOOK_SIZE_description" : "The maximum size of the webhook payload as number of characters in the passed string. If above limit, it will be truncated and a (text was truncated) message is appended.", + "WEBHOOK_SECRET_name": "HMAC Secret", + "WEBHOOK_SECRET_description": "When set, use this secret to generate the SHA256-HMAC hex digest value of the request body, which will be passed as the X-Webhook-Signature header to the request. You can find more informations here.", "Apprise_display_name" : "Apprise", "Apprise_icon" : "", "REPORT_APPRISE_name" : "Enable Apprise",