We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70b670 commit dbf0b6dCopy full SHA for dbf0b6d
src/yuidoc-p5-theme-src/scripts/views/searchView.js
@@ -15,7 +15,7 @@ define([
15
init: function() {
16
var tpl = _.template(searchTpl);
17
var className = 'form-control input-lg';
18
- var placeholder = 'Search the reference';
+ var placeholder = 'Search reference';
19
this.searchHtml = tpl({
20
'placeholder': placeholder,
21
'className': className
0 commit comments