Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/web/repo/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,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 {
Expand Down

0 comments on commit 20b2586

Please sign in to comment.