1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00
John Olheiser
2023-04-17 15:41:06 -05:00
committed by GitHub
parent 1ab16e48cc
commit 9611710636

View File

@ -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 {