mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ func Stars(ctx *context.Context) {
|
||||||
|
|
||||||
// Forks render repository's forked users
|
// Forks render repository's forked users
|
||||||
func Forks(ctx *context.Context) {
|
func Forks(ctx *context.Context) {
|
||||||
ctx.Data["Title"] = ctx.Tr("repos.forks")
|
ctx.Data["Title"] = ctx.Tr("repo.forks")
|
||||||
|
|
||||||
page := ctx.FormInt("page")
|
page := ctx.FormInt("page")
|
||||||
if page <= 0 {
|
if page <= 0 {
|
||||||
|
|
Loading…
Reference in a new issue