Skip to content

Commit 912f56f

Browse files
committed
fix admin queue page title
1 parent 63ab92d commit 912f56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/admin/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func Queues(ctx *context.Context) {
1616
if !setting.IsProd {
1717
initTestQueueOnce()
1818
}
19-
ctx.Data["Title"] = ctx.Tr("admin.monitor.queue")
19+
ctx.Data["Title"] = ctx.Tr("admin.monitor.queues")
2020
ctx.Data["PageIsAdminMonitorQueue"] = true
2121
ctx.Data["Queues"] = queue.GetManager().ManagedQueues()
2222
ctx.HTML(http.StatusOK, tplQueue)

0 commit comments

Comments
 (0)