0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-14 23:26:46 +01:00

Update ips.go

This commit is contained in:
techknowlogick 2025-03-23 10:20:09 -04:00 committed by GitHub
parent f26cb7cefa
commit bf9fc6c6b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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