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

Merge pull request #7232 from AlanCoding/on_update_words

Clarify UI help text for update_on_project_update
This commit is contained in:
Alan Rominger 2017-07-21 10:56:42 -04:00 committed by GitHub
commit b8fafa7160

View File

@ -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: '<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',