mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Update tooltip for update-on-launch.
This better describes how this setting is used.
This commit is contained in:
@@ -176,7 +176,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
|
||||
name: 'scm_update_on_launch',
|
||||
label: i18n._('Update on Launch'),
|
||||
type: 'checkbox',
|
||||
awPopOver: '<p>' + i18n._('Each time a job runs using this project, perform an update to the local repository prior to starting the job.') + '</p>',
|
||||
awPopOver: '<p>' + i18n._('Each time a job runs using this project, update the revision of the project prior to starting the job.') + '</p>',
|
||||
dataTitle: i18n._('SCM Update'),
|
||||
dataContainer: 'body',
|
||||
dataPlacement: 'right',
|
||||
|
||||
Reference in New Issue
Block a user