1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Clarify UI help text for update_on_project_update

This commit is contained in:
AlanCoding 2017-07-21 09:47:05 -04:00
parent 55ca8d439b
commit 73570ab4dd

View File

@ -318,11 +318,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: '<p>Each time the selected project is updated, refresh the inventory from the selected source before ' +
'executing job tasks.</p>',
awPopOver: '<p>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.</p>',
dataTitle: i18n._('Update on Project Update'),
dataContainer: 'body',
dataPlacement: 'right',