Skip to content

Commit

Permalink
Use correct locale key for forks page (#24172) (#24175)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot and jolheiser authored Apr 17, 2023
1 parent 3d3c740 commit f134229
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 f134229

Please sign in to comment.