diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index e4cd5ade7f..bb02c7f43c 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -428,7 +428,7 @@ export default ['i18n', function(i18n) { dataTitle: i18n._('HTTP Method'), type: 'select', ngOptions: 'choice.id as choice.name for choice in httpMethodChoices', - default: 'post', + default: 'POST', awPopOver: i18n._('Specify an HTTP method for the webhook. Acceptable choices are: POST or PUT'), awRequiredWhen: { reqExpression: "webhook_required",