aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/search_entries.html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-09-21 18:53:29 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-09-21 22:23:23 -0700
commitbeb7a0cfcb6a5a76d680707a4c458eee51d87c07 (patch)
treef6e23ffbffcdd58f8438e2d2711acb4fa86bb83b /template/html/search_entries.html
parentf244df62936eea307a5fc3f27fb9968527d402ac (diff)
Use unique translation IDs instead of English text as key
Diffstat (limited to 'template/html/search_entries.html')
-rw-r--r--template/html/search_entries.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/html/search_entries.html b/template/html/search_entries.html
index c5299e2..f09c27d 100644
--- a/template/html/search_entries.html
+++ b/template/html/search_entries.html
@@ -1,12 +1,12 @@
-{{ define "title"}}{{ t "Search Results" }} ({{ .total }}){{ end }}
+{{ define "title"}}{{ t "page.search.title" }} ({{ .total }}){{ end }}
{{ define "content"}}
<section class="page-header">
- <h1>{{ t "Search Results" }} ({{ .total }})</h1>
+ <h1>{{ t "page.search.title" }} ({{ .total }})</h1>
</section>
{{ if not .entries }}
- <p class="alert alert-info">{{ t "There is no result for this search." }}</p>
+ <p class="alert alert-info">{{ t "alert.no_search_result" }}</p>
{{ else }}
<div class="items">
{{ range .entries }}