diff --git a/routers/repo/setting_protected_branch.go b/routers/repo/setting_protected_branch.go
index b8ff6d6ecd..ac1017b91f 100644
--- a/routers/repo/setting_protected_branch.go
+++ b/routers/repo/setting_protected_branch.go
@@ -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)