From 93bd4351bfb4a2f5f37ecb80d50496d044240e00 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Mon, 25 Sep 2023 20:42:40 +0800 Subject: Fix more "locale" usages (#27259) --- templates/admin/auth/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/admin/auth/list.tmpl') diff --git a/templates/admin/auth/list.tmpl b/templates/admin/auth/list.tmpl index fd9f69aec7..6483ec800c 100644 --- a/templates/admin/auth/list.tmpl +++ b/templates/admin/auth/list.tmpl @@ -1,7 +1,7 @@ {{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin authentication")}}

- {{ctx.Locale.Tr "admin.auths.auth_manage_panel"}} ({{.locale.Tr "admin.total" .Total}}) + {{ctx.Locale.Tr "admin.auths.auth_manage_panel"}} ({{ctx.Locale.Tr "admin.total" .Total}}) -- cgit v1.2.3