Skip to content

Commit e64aa18

Browse files
Chri-slafriks
authored andcommitted
Change protected branch settings title to existing locale entry (#3694)
1 parent 05abd03 commit e64aa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/repo/setting_protected_branch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func SettingsProtectedBranch(c *context.Context) {
9898
return
9999
}
100100

101-
c.Data["Title"] = c.Tr("repo.settings.protected_branches") + " - " + branch
101+
c.Data["Title"] = c.Tr("repo.settings.protected_branch") + " - " + branch
102102
c.Data["PageIsSettingsBranches"] = true
103103

104104
protectBranch, err := models.GetProtectedBranchBy(c.Repo.Repository.ID, branch)

0 commit comments

Comments
 (0)