File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 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
10971097settings.default_branch_desc = Select a default repository branch for pull requests and code commits:
10981098settings.choose_branch = Choose a branch…
10991099settings.no_protected_branch = There are no protected branches.
1100+ settings.edit_protected_branch = Edit
11001101
11011102diff.browse_source = Browse Source
11021103diff.parent = parent
Original file line number Diff line number Diff line change 6262 {{range .ProtectedBranches}}
6363 <tr>
6464 <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>
6666 </tr>
6767 {{else}}
6868 <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