fix: update shortcut for search

This commit is contained in:
Shivam Mishra 2020-07-21 14:30:51 +05:30
parent 9b06881702
commit bc8e23ca15
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</div>
<input type="search" class="form-control" placeholder="Search the docs (Press ? to focus)" />
<input type="search" class="form-control" placeholder="Search the docs (Press / to focus)" />
<div class="overflow-hidden shadow dropdown-menu w-100">
</div>
</div>

View file

@ -396,7 +396,7 @@ frappe.setup_search = function (target, search_scope) {
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</div>
<input type="search" class="form-control" placeholder="Search the docs (Press ? to focus)" />
<input type="search" class="form-control" placeholder="Search the docs (Press / to focus)" />
<div class="overflow-hidden shadow dropdown-menu w-100">
</div>
</div>`);