Skip to content

Commit 81d6007

Browse files
authored
Fix typo in rename branch dialog (#24537)
Fix #24512 (comment)
1 parent 27a5696 commit 81d6007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/branch/list.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<div class="content">
233233
{{.CsrfTokenHtml}}
234234
<div class="field default-branch-warning">
235-
<span class="text red">{{.locale.Tr "repo.branch.warning_raname_default_branch"}}</span>
235+
<span class="text red">{{.locale.Tr "repo.branch.warning_rename_default_branch"}}</span>
236236
</div>
237237
<div class="field">
238238
<span class="text" data-rename-branch-to="{{.locale.Tr "repo.branch.rename_branch_to"}}"></span>

0 commit comments

Comments
 (0)