From 31c1e1684d9d4194510ed5c55c02b6e7f1e5e743 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Oct 2017 16:57:50 -0400 Subject: [PATCH] Update tooltip for update-on-launch. This better describes how this setting is used. --- awx/ui/client/src/projects/projects.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/projects/projects.form.js b/awx/ui/client/src/projects/projects.form.js index 3d4f8c56ef..3223dbf104 100644 --- a/awx/ui/client/src/projects/projects.form.js +++ b/awx/ui/client/src/projects/projects.form.js @@ -176,7 +176,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) { name: 'scm_update_on_launch', label: i18n._('Update on Launch'), type: 'checkbox', - awPopOver: '

' + i18n._('Each time a job runs using this project, perform an update to the local repository prior to starting the job.') + '

', + awPopOver: '

' + i18n._('Each time a job runs using this project, update the revision of the project prior to starting the job.') + '

', dataTitle: i18n._('SCM Update'), dataContainer: 'body', dataPlacement: 'right',