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:
softwarefactory-project-zuul[bot]
2019-07-08 19:48:28 +00:00
committed by GitHub
6 changed files with 1 additions and 21 deletions

View File

@@ -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, " +