Merge pull request #475 from wenottingham/scm-tooltip

Update tooltip for update-on-launch.
This commit is contained in:
Bill Nottingham 2017-10-20 10:32:34 -04:00 committed by GitHub
commit a313109b15

View File

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