mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Change protected branch settings title to existing locale entry (#3694)
This commit is contained in:
		@@ -98,7 +98,7 @@ func SettingsProtectedBranch(c *context.Context) {
 | 
			
		||||
		return
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	c.Data["Title"] = c.Tr("repo.settings.protected_branches") + " - " + branch
 | 
			
		||||
	c.Data["Title"] = c.Tr("repo.settings.protected_branch") + " - " + branch
 | 
			
		||||
	c.Data["PageIsSettingsBranches"] = true
 | 
			
		||||
 | 
			
		||||
	protectBranch, err := models.GetProtectedBranchBy(c.Repo.Repository.ID, branch)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user