mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Fix typo in rename branch dialog (#24537)
Fix https://github.com/go-gitea/gitea/pull/24512#discussion_r1185664695
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user