aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/unread.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/unread.go')
-rw-r--r--ui/unread.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/unread.go b/ui/unread.go
index 41026d0..f38a12f 100644
--- a/ui/unread.go
+++ b/ui/unread.go
@@ -39,7 +39,7 @@ func (c *Controller) ShowUnreadPage(ctx *handler.Context, request *handler.Reque
return
}
- response.HTML().Render("unread", tplParams{
+ response.HTML().Render("unread", ctx.UserLanguage(), tplParams{
"user": user,
"countUnread": countUnread,
"entries": entries,