mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix minor capitalization error in string (#26100)
Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: Giteabot <teabot@gitea.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ad5ce59800
						
					
				
				
					commit
					b3c71ec64f
				
			@@ -639,7 +639,7 @@ update_language_not_found = Language "%s" is not available.
 | 
				
			|||||||
update_language_success = Language has been updated.
 | 
					update_language_success = Language has been updated.
 | 
				
			||||||
update_profile_success = Your profile has been updated.
 | 
					update_profile_success = Your profile has been updated.
 | 
				
			||||||
change_username = Your username has been changed.
 | 
					change_username = Your username has been changed.
 | 
				
			||||||
change_username_prompt = Note: username changes also change your account URL.
 | 
					change_username_prompt = Note: Changing your username also changes your account URL.
 | 
				
			||||||
change_username_redirect_prompt = The old username will redirect until someone claims it.
 | 
					change_username_redirect_prompt = The old username will redirect until someone claims it.
 | 
				
			||||||
continue = Continue
 | 
					continue = Continue
 | 
				
			||||||
cancel = Cancel
 | 
					cancel = Cancel
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user