Update ips.go

This commit is contained in:
techknowlogick
2025-03-23 10:20:09 -04:00
committed by GitHub
parent f26cb7cefa
commit bf9fc6c6b1
+1 -1
View File
@@ -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