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 63ab92d commit 912f56fCopy full SHA for 912f56f
routers/web/admin/queue.go
@@ -16,7 +16,7 @@ func Queues(ctx *context.Context) {
16
if !setting.IsProd {
17
initTestQueueOnce()
18
}
19
- ctx.Data["Title"] = ctx.Tr("admin.monitor.queue")
+ ctx.Data["Title"] = ctx.Tr("admin.monitor.queues")
20
ctx.Data["PageIsAdminMonitorQueue"] = true
21
ctx.Data["Queues"] = queue.GetManager().ManagedQueues()
22
ctx.HTML(http.StatusOK, tplQueue)
0 commit comments