From bf9fc6c6b120ff5d44826c48b7466d4f28c92f1c Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 23 Mar 2025 10:20:09 -0400 Subject: [PATCH] Update ips.go --- routers/web/admin/ips.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/web/admin/ips.go b/routers/web/admin/ips.go index c16724c46c..61a0a873b5 100644 --- a/routers/web/admin/ips.go +++ b/routers/web/admin/ips.go @@ -59,7 +59,7 @@ func buildIPQuery(ctx *context.Context, keyword string) *xorm.Session { // IPs show all user signup IPs func IPs(ctx *context.Context) { - ctx.Data["Title"] = ctx.Tr("admin.ips") + ctx.Data["Title"] = ctx.Tr("admin.ips.ip") ctx.Data["PageIsAdminIPs"] = true ctx.Data["RecordUserSignupMetadata"] = setting.RecordUserSignupMetadata