mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Merge pull request #475 from wenottingham/scm-tooltip
Update tooltip for update-on-launch.
This commit is contained in:
@@ -176,7 +176,7 @@ export default ['i18n', 'NotificationsList', function(i18n, NotificationsList) {
|
|||||||
name: 'scm_update_on_launch',
|
name: 'scm_update_on_launch',
|
||||||
label: i18n._('Update on Launch'),
|
label: i18n._('Update on Launch'),
|
||||||
type: 'checkbox',
|
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'),
|
dataTitle: i18n._('SCM Update'),
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
dataPlacement: 'right',
|
dataPlacement: 'right',
|
||||||
|
|||||||
Reference in New Issue
Block a user