mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
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:
@@ -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