Skip to content

Commit

Permalink
Set blog_search_field_placeholder i18n key chipzoller#424
Browse files Browse the repository at this point in the history
Signed-off-by: takakd <[email protected]>
  • Loading branch information
takakd authored and onweru committed Feb 17, 2023
1 parent 8c6a51e commit d42674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/search/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{- $simple := true }}
{{- if and (eq $section "support") (eq .CurrentSection .FirstSection) }}
{{- else }}
{{- $placeholder = "Search..." }}
{{- $placeholder = T "blog_search_field_placeholder" }}
{{- $simple = false }}
{{ end }}
<div class="search">
Expand Down

0 comments on commit d42674a

Please sign in to comment.