aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/bookmark_entries.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html/bookmark_entries.html')
-rw-r--r--template/html/bookmark_entries.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/html/bookmark_entries.html b/template/html/bookmark_entries.html
index f66d0d6..f2cdcf1 100644
--- a/template/html/bookmark_entries.html
+++ b/template/html/bookmark_entries.html
@@ -1,12 +1,12 @@
-{{ define "title"}}{{ t "Favorites" }} ({{ .total }}){{ end }}
+{{ define "title"}}{{ t "page.starred.title" }} ({{ .total }}){{ end }}
{{ define "content"}}
<section class="page-header">
- <h1>{{ t "Favorites" }} ({{ .total }})</h1>
+ <h1>{{ t "page.starred.title" }} ({{ .total }})</h1>
</section>
{{ if not .entries }}
- <p class="alert alert-info">{{ t "There is no bookmark at the moment." }}</p>
+ <p class="alert alert-info">{{ t "alert.no_bookmark" }}</p>
{{ else }}
<div class="items">
{{ range .entries }}