diff --git a/layout/_partial/header.ejs b/layout/_partial/header.ejs index 98378e0..b616759 100644 --- a/layout/_partial/header.ejs +++ b/layout/_partial/header.ejs @@ -15,7 +15,7 @@ <% } %>
- <%- search_form({button: ' '}) %> + <%- search_form({ button: ' ', text: __('index.search') }) %>
@@ -26,7 +26,7 @@ <%= i %> <% } %> - <%- search_form() %> + <%- search_form({ text: __('index.search') }) %>