aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-04-05 19:10:52 -0700
committerGravatar fguillot <fred@miniflux.net>2019-04-05 19:31:23 -0700
commit34df45da2f3085f7b0e1d82af573f8f59d900ac7 (patch)
treeb698d6470d6dcf9ef09f8ab2c5812ff6fb4bbd7d /template/html
parenta6068aae1d715a6cd23ba54e115fa5a21037b2ad (diff)
Add missing translation
Diffstat (limited to 'template/html')
-rw-r--r--template/html/entry.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/html/entry.html b/template/html/entry.html
index 0a30611..7e57390 100644
--- a/template/html/entry.html
+++ b/template/html/entry.html
@@ -88,7 +88,7 @@
</article>
{{ if .entry.Enclosures }}
<aside class="entry-enclosures">
- <h3>{{ t "Attachments" }}</h3>
+ <h3>{{ t "page.entry.attachments" }}</h3>
{{ range .entry.Enclosures }}
<div class="entry-enclosure">
{{ if hasPrefix .MimeType "audio/" }}