diff options
author | sillyguodong <33891828+sillyguodong@users.noreply.github.com> | 2023-05-05 12:44:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 12:44:59 +0800 |
commit | 81d6007055bdd6f5d5559b54174f8f3f94253003 (patch) | |
tree | cf8a67ae78a8c1842b5a2ad1215929c3ab6f9d20 /templates/repo | |
parent | 27a569609cea26b8da98692b235949ea0ccf78ed (diff) | |
download | gitea-81d6007055bdd6f5d5559b54174f8f3f94253003.tar.gz gitea-81d6007055bdd6f5d5559b54174f8f3f94253003.zip |
Fix typo in rename branch dialog (#24537)
Fix https://github.com/go-gitea/gitea/pull/24512#discussion_r1185664695
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/branch/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index cad4a95818..199d4489a9 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -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> |