mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 02:34: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
|
<input
|
||||||
type="search"
|
type="search"
|
||||||
class="td-search__input form-control"
|
class="td-search__input form-control"
|
||||||
placeholder="{{ T "ui_search" }}"
|
placeholder="Search the spec"
|
||||||
aria-label="{{ T "ui_search" }}"
|
aria-label="Search the spec"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue