From d31851820ab607a462d71b401e8fa38b9bb988ca Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Tue, 15 Dec 2020 11:31:28 -0500 Subject: [PATCH] Fixes mis labeled HHTP field --- .../screens/NotificationTemplate/shared/TypeInputsSubForm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx b/awx/ui_next/src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx index 14a38e8f32..97b1dcc76c 100644 --- a/awx/ui_next/src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx +++ b/awx/ui_next/src/screens/NotificationTemplate/shared/TypeInputsSubForm.jsx @@ -487,7 +487,7 @@ function WebhookFields({ i18n }) { validated={ !methodMeta.touched || !methodMeta.error ? 'default' : 'error' } - label={i18n._(t`E-mail options`)} + label={i18n._(t`HTTP Method`)} >