From 81d6007055bdd6f5d5559b54174f8f3f94253003 Mon Sep 17 00:00:00 2001 From: sillyguodong <33891828+sillyguodong@users.noreply.github.com> Date: Fri, 5 May 2023 12:44:59 +0800 Subject: [PATCH] Fix typo in rename branch dialog (#24537) Fix https://github.com/go-gitea/gitea/pull/24512#discussion_r1185664695 --- templates/repo/branch/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
{{.CsrfTokenHtml}}
- {{.locale.Tr "repo.branch.warning_raname_default_branch"}} + {{.locale.Tr "repo.branch.warning_rename_default_branch"}}