John Olheiser 1 year ago committed by GitHub
parent 1ab16e48cc
commit 9611710636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save