mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Minor copy changes (#3074)
* Minor copy changes Fixes #3058 * Use TrN for translations that depend on count Fix minor type with branches count
This commit is contained in:
		
				
					committed by
					
						
						Lauris BH
					
				
			
			
				
	
			
			
			
						parent
						
							ab62da283a
						
					
				
				
					commit
					993b86628b
				
			@@ -407,7 +407,7 @@ func RepoAssignment() macaron.Handler {
 | 
			
		||||
			return
 | 
			
		||||
		}
 | 
			
		||||
		ctx.Data["Branches"] = brs
 | 
			
		||||
		ctx.Data["BrancheCount"] = len(brs)
 | 
			
		||||
		ctx.Data["BranchesCount"] = len(brs)
 | 
			
		||||
 | 
			
		||||
		// If not branch selected, try default one.
 | 
			
		||||
		// If default branch doesn't exists, fall back to some other branch.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user