We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26cb7c commit bf9fc6cCopy full SHA for bf9fc6c
routers/web/admin/ips.go
@@ -59,7 +59,7 @@ func buildIPQuery(ctx *context.Context, keyword string) *xorm.Session {
59
60
// IPs show all user signup IPs
61
func IPs(ctx *context.Context) {
62
- ctx.Data["Title"] = ctx.Tr("admin.ips")
+ ctx.Data["Title"] = ctx.Tr("admin.ips.ip")
63
ctx.Data["PageIsAdminIPs"] = true
64
ctx.Data["RecordUserSignupMetadata"] = setting.RecordUserSignupMetadata
65
0 commit comments