mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Improve search field placeholder
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
9a1b7ffa7c
commit
6f05c2c78e
|
|
@ -3,8 +3,8 @@
|
|||
<input
|
||||
type="search"
|
||||
class="td-search__input form-control"
|
||||
placeholder="{{ T "ui_search" }}"
|
||||
aria-label="{{ T "ui_search" }}"
|
||||
placeholder="Search the spec"
|
||||
aria-label="Search the spec"
|
||||
autocomplete="off"
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue