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
1 changed files with 1 additions and 1 deletions
|
@ -1014,7 +1014,7 @@ func Stars(ctx *context.Context) {
|
||||||
|
|
||||||
// Forks render repository's forked users
|
// Forks render repository's forked users
|
||||||
func Forks(ctx *context.Context) {
|
func Forks(ctx *context.Context) {
|
||||||
ctx.Data["Title"] = ctx.Tr("repos.forks")
|
ctx.Data["Title"] = ctx.Tr("repo.forks")
|
||||||
|
|
||||||
page := ctx.FormInt("page")
|
page := ctx.FormInt("page")
|
||||||
if page <= 0 {
|
if page <= 0 {
|
||||||
|
|
Loading…
Reference in a new issue