Skip to content

Commit

Permalink
Fix typo in rename branch dialog (#24537)
Browse files Browse the repository at this point in the history
  • Loading branch information
sillyguodong committed May 5, 2023
1 parent 27a5696 commit 81d6007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/branch/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
<div class="content">
{{.CsrfTokenHtml}}
<div class="field default-branch-warning">
<span class="text red">{{.locale.Tr "repo.branch.warning_raname_default_branch"}}</span>
<span class="text red">{{.locale.Tr "repo.branch.warning_rename_default_branch"}}</span>
</div>
<div class="field">
<span class="text" data-rename-branch-to="{{.locale.Tr "repo.branch.rename_branch_to"}}"></span>
Expand Down

0 comments on commit 81d6007

Please sign in to comment.