diff options
Diffstat (limited to 'templates/user/profile.tmpl')
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 2b81a23492..426b5f042a 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -13,7 +13,7 @@ {{if eq .TabName "activity"}} {{if .ContextUser.KeepActivityPrivate}} <div class="ui info message"> - <p>{{.locale.Tr "user.disabled_public_activity"}}</p> + <p>{{ctx.Locale.Tr "user.disabled_public_activity"}}</p> </div> {{end}} {{template "user/heatmap" .}} |