Skip to content

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ func Stars(ctx *context.Context) {
10141014

10151015
// Forks render repository's forked users
10161016
func Forks(ctx *context.Context) {
1017-
ctx.Data["Title"] = ctx.Tr("repos.forks")
1017+
ctx.Data["Title"] = ctx.Tr("repo.forks")
10181018

10191019
page := ctx.FormInt("page")
10201020
if page <= 0 {

0 commit comments

Comments
 (0)