mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-25 06:25:31 +00:00
Backport #24172 by @jolheiser4014200021/options/locale/locale_en-US.ini (L873)
4014200021/options/locale/locale_en-US.ini (L943)
Co-authored-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
3d3c740636
commit
f134229bf2
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue