Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/view.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ func Stars(ctx *context.Context) {
10101010

10111011
// Forks render repository's forked users
10121012
func Forks(ctx *context.Context) {
1013-
ctx.Data["Title"] = ctx.Tr("repos.forks")
1013+
ctx.Data["Title"] = ctx.Tr("repo.forks")
10141014

10151015
page := ctx.FormInt("page")
10161016
if page <= 0 {

0 commit comments

Comments
 (0)