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