|
@@ -5,8 +5,8 @@
|
|
|
<input
|
|
|
id="search"
|
|
|
type="text"
|
|
|
- placeholder="Search by title..."
|
|
|
- aria-label="Search by title"
|
|
|
+ placeholder="{{ T "search_placeholder" }}"
|
|
|
+ aria-label="{{ T "search_aria_label" }}"
|
|
|
/>
|
|
|
{{ end }}
|
|
|
<ul class="patterns-list" id="list">
|