Skip to content

Commit bf9fc6c

Browse files
Update ips.go
1 parent f26cb7c commit bf9fc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/admin/ips.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func buildIPQuery(ctx *context.Context, keyword string) *xorm.Session {
5959

6060
// IPs show all user signup IPs
6161
func IPs(ctx *context.Context) {
62-
ctx.Data["Title"] = ctx.Tr("admin.ips")
62+
ctx.Data["Title"] = ctx.Tr("admin.ips.ip")
6363
ctx.Data["PageIsAdminIPs"] = true
6464
ctx.Data["RecordUserSignupMetadata"] = setting.RecordUserSignupMetadata
6565

0 commit comments

Comments
 (0)