Skip to content

Commit 58e642c

Browse files
jolheiserlunnylafriks
authored
fix: code search title translation (#22285) (#22316)
Backport #22285 Signed-off-by: jolheiser <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 72d1f9e commit 58e642c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/user/code.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func CodeSearch(ctx *context.Context) {
2727

2828
ctx.Data["IsPackageEnabled"] = setting.Packages.Enabled
2929
ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled
30-
ctx.Data["Title"] = ctx.Tr("code.title")
30+
ctx.Data["Title"] = ctx.Tr("explore.code")
3131
ctx.Data["ContextUser"] = ctx.ContextUser
3232

3333
language := ctx.FormTrim("l")

0 commit comments

Comments
 (0)