diff --git a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js index a53b6ab7a4..b25d3a2860 100644 --- a/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js +++ b/awx/ui/client/src/inventories-hosts/inventories/related/sources/sources.form.js @@ -317,11 +317,12 @@ return { ngDisabled: '!(inventory_source_obj.summary_fields.user_capabilities.edit || canAdd)' }, { name: 'update_on_project_update', - label: i18n._('Update on Project Update'), + label: i18n._('Update on Project Change'), type: 'checkbox', ngShow: "source.value === 'scm'", - awPopOver: '
Each time the selected project is updated, refresh the inventory from the selected source before ' + - 'executing job tasks.
', + awPopOver: 'After every project update where the SCM revision changes, refresh the inventory ' + + 'from the selected source before executing job tasks. This is intended for ' + + 'static content, like the Ansible inventory .ini file format.
', dataTitle: i18n._('Update on Project Update'), dataContainer: 'body', dataPlacement: 'right',