Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31153] One more label
  • Loading branch information
Manuel Recena committed Jan 11, 2016
1 parent b91ba5c commit 259a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cps/src/main/js/samples.js
Expand Up @@ -11,7 +11,7 @@ exports.addSamplesWidget = function(editor) {
var $aceEditor = $('#workflow-editor');
var sampleSelect = $('<select></select>');

sampleSelect.append('<option >try sample workflow...</option>');
sampleSelect.append('<option >try sample Pipeline...</option>');
for (var i = 0; i < samples.length; i++) {
sampleSelect.append('<option value="' + samples[i].name + '">' + samples[i].title + '</option>');
}
Expand Down

0 comments on commit 259a070

Please sign in to comment.