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 72d1f9e commit 58e642cCopy full SHA for 58e642c
routers/web/user/code.go
@@ -27,7 +27,7 @@ func CodeSearch(ctx *context.Context) {
27
28
ctx.Data["IsPackageEnabled"] = setting.Packages.Enabled
29
ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled
30
- ctx.Data["Title"] = ctx.Tr("code.title")
+ ctx.Data["Title"] = ctx.Tr("explore.code")
31
ctx.Data["ContextUser"] = ctx.ContextUser
32
33
language := ctx.FormTrim("l")
0 commit comments