Skip to content

Commit f472ba4

Browse files
committed
webui: search button cleanup
1 parent 310b2b6 commit f472ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/index.html.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<form id="search-form">
2424
<textarea id="query" rows="12" cols="100" placeholder="Enter search query..."></textarea>
2525
<br />
26-
<input type="submit" value="Search..." />
26+
<input type="submit" value="Search" />
2727
</form>
2828

2929
<p id="error"></p>

0 commit comments

Comments
 (0)