aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/starred.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/starred.go')
-rw-r--r--ui/starred.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/starred.go b/ui/starred.go
index 738628f..3ebd359 100644
--- a/ui/starred.go
+++ b/ui/starred.go
@@ -41,7 +41,7 @@ func (c *Controller) ShowStarredPage(ctx *handler.Context, request *handler.Requ
return
}
- response.HTML().Render("starred", args.Merge(tplParams{
+ response.HTML().Render("starred", ctx.UserLanguage(), args.Merge(tplParams{
"entries": entries,
"total": count,
"pagination": c.getPagination(ctx.Route("starred"), count, offset),