mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
make label consistent with help text
This commit is contained in:
committed by
Jeff Bradberry
parent
4ad5054222
commit
75d3359b6f
@@ -340,7 +340,7 @@ function(NotificationsList, i18n) {
|
|||||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)'
|
||||||
}, {
|
}, {
|
||||||
name: 'enable_webhook',
|
name: 'enable_webhook',
|
||||||
label: i18n._('Webhooks'),
|
label: i18n._('Enable Webhook'),
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
column: 2,
|
column: 2,
|
||||||
awPopOver: "<p>" + i18n._("Enable webhook for this job template.") + "</p>",
|
awPopOver: "<p>" + i18n._("Enable webhook for this job template.") + "</p>",
|
||||||
|
|||||||
@@ -164,10 +164,10 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
|
|||||||
ngDisabled: '!(workflow_job_template_obj.summary_fields.user_capabilities.edit || canAddOrEdit)'
|
ngDisabled: '!(workflow_job_template_obj.summary_fields.user_capabilities.edit || canAddOrEdit)'
|
||||||
}, {
|
}, {
|
||||||
name: 'enable_webhook',
|
name: 'enable_webhook',
|
||||||
label: i18n._('Webhooks'),
|
label: i18n._('Enable Webhook'),
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
column: 2,
|
column: 2,
|
||||||
awPopOver: "<p>" + i18n._("Enable webhooks for this workflow job template.") + "</p>",
|
awPopOver: "<p>" + i18n._("Enable webhook for this workflow job template.") + "</p>",
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
dataTitle: i18n._('Enable Webhook'),
|
dataTitle: i18n._('Enable Webhook'),
|
||||||
dataContainer: "body",
|
dataContainer: "body",
|
||||||
|
|||||||
Reference in New Issue
Block a user