mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Merge pull request #4283 from falcon78921/wip-awx-minor-fix
awx/ui: minor fix on Update on Project Update description Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -380,7 +380,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n){
|
||||
ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)'
|
||||
}, {
|
||||
name: 'update_on_project_update',
|
||||
label: i18n._('Update on Project Change'),
|
||||
label: i18n._('Update on Project Update'),
|
||||
type: 'checkbox',
|
||||
ngShow: "source.value === 'scm'",
|
||||
awPopOver: "<p>" + i18n._("After every project update where the SCM revision changes, " +
|
||||
|
||||
Reference in New Issue
Block a user