File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1097,6 +1097,7 @@ settings.protected_branch_deletion_desc = Disabling branch protection allows use
1097
1097
settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
1098
1098
settings.choose_branch = Choose a branch…
1099
1099
settings.no_protected_branch = There are no protected branches.
1100
+ settings.edit_protected_branch = Edit
1100
1101
1101
1102
diff.browse_source = Browse Source
1102
1103
diff.parent = parent
Original file line number Diff line number Diff line change 62
62
{{range .ProtectedBranches}}
63
63
<tr>
64
64
<td><div class="ui basic label blue">{{.BranchName}}</div></td>
65
- <td class="right aligned"><a class="rm ui button" href="{{$.Repository.Link}}/settings/branches/{{.BranchName}}">Edit </a></td>
65
+ <td class="right aligned"><a class="rm ui button" href="{{$.Repository.Link}}/settings/branches/{{.BranchName}}">{{$.i18n.Tr "repo.settings.edit_protected_branch"}} </a></td>
66
66
</tr>
67
67
{{else}}
68
68
<tr class="center aligned"><td>{{.i18n.Tr "repo.settings.no_protected_branch"}}</td></tr>
You can’t perform that action at this time.
0 commit comments