Use correct locale key for forks page (#24172)
4014200021/options/locale/locale_en-US.ini (L873)
4014200021/options/locale/locale_en-US.ini (L943)
This commit is contained in:
parent
1ab16e48cc
commit
9611710636
|
@ -1014,7 +1014,7 @@ func Stars(ctx *context.Context) {
|
|||
|
||||
// Forks render repository's forked users
|
||||
func Forks(ctx *context.Context) {
|
||||
ctx.Data["Title"] = ctx.Tr("repos.forks")
|
||||
ctx.Data["Title"] = ctx.Tr("repo.forks")
|
||||
|
||||
page := ctx.FormInt("page")
|
||||
if page <= 0 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user