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