awx/ui: minor fix on Update on Project Update description

In the Inventory Source settings, one of the update options is titled
Update on Project Change. However, the tooltip is titled
Update on Project Update. Looking at the overall AWX codebase, I think
the definitions are fitted more towards Update on Project Update.

Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
This commit is contained in:
James McClune
2019-07-07 23:36:54 -04:00
parent 9b6644bc77
commit 8aa33b9b4a
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, " +