mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Use correct locale key for forks page (#24172)
4014200021/options/locale/locale_en-US.ini (L873)4014200021/options/locale/locale_en-US.ini (L943)
This commit is contained in:
		@@ -1014,7 +1014,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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user