Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…kins into new-new-view-page
  • Loading branch information
janfaracik committed Oct 21, 2021
2 parents 3eb5b63 + 417177d commit 6dbda76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/newFromList/form.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ THE SOFTWARE.
<div class="jenkins-radio__children">
<j:set var="descriptor" value="${it.descriptor}" />
<div class="jenkins-search">
<s:textbox placeholder="Type for suggestions" clazz="jenkins-search__input" name="from" field="copyNewItemFrom" onfocus="$('copy').click()" />
<s:textbox placeholder="${%Type for suggestions}" clazz="jenkins-search__input" name="from" field="copyNewItemFrom" onfocus="$('copy').click()" />
<l:svgIcon href="${resURL}/images/material-icons/svg-sprite-action-symbol.svg#ic_search_24px" class="jenkins-search__icon" />
</div>
</div>
Expand Down

0 comments on commit 6dbda76

Please sign in to comment.