From 73570ab4dd11d95ca2fa371f3f583a2b4259d2b9 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 21 Jul 2017 09:47:05 -0400 Subject: [PATCH] Clarify UI help text for update_on_project_update --- .../inventories/related/sources/sources.form.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 8cd403a921..176fc9dd44 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 @@ -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: '

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