Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/template/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<div class="d-none d-xl-block flex-grow-1 me-auto">
<div class="d-none d-xl-block ps-0 col-lg-8">
<form action="/search" class="w-100 maxw-400">
<input placeholder="Search" name="q" type="search" class="placeholder-search form-control" value="">
<input placeholder="{{translator $.language "ui.header.search.placeholder"}}" name="q" type="search" class="placeholder-search form-control" value="">
</form>
</div>
<!-- <div class="xl-none mt-3 pb-1 nav-item">
Expand Down