mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Add tooltips to Hide comment type settings where necessary (#21306)
				
					
				
			Previously, this setting was pretty confusing for users, especially the difference between "reference" and "issue reference". Related: #21321.
This commit is contained in:
		@@ -611,6 +611,9 @@ cancel = Cancel
 | 
			
		||||
language = Language
 | 
			
		||||
ui = Theme
 | 
			
		||||
hidden_comment_types = Hidden comment types
 | 
			
		||||
hidden_comment_types_description = Comment types checked here will not be shown inside issue pages. Checking "Label" for example removes all "<user> added/removed <label>" comments.
 | 
			
		||||
hidden_comment_types.ref_tooltip = Comments where this issue was referenced from another issue/commit/…
 | 
			
		||||
hidden_comment_types.issue_ref_tooltip = Comments where the user changes the branch/tag associated with the issue
 | 
			
		||||
comment_type_group_reference = Reference
 | 
			
		||||
comment_type_group_label = Label
 | 
			
		||||
comment_type_group_milestone = Milestone
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user