mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Improve wording on delete access token modal (#19909)
This PR highlights the nature of the destructive action. It also rewords the action buttons to remove ambiguity. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		@@ -71,11 +71,11 @@
 | 
			
		||||
	<div class="actions">
 | 
			
		||||
		<div class="ui cancel button">
 | 
			
		||||
			<i class="remove icon"></i>
 | 
			
		||||
			{{.i18n.Tr "modal.no"}}
 | 
			
		||||
			{{.i18n.Tr "settings.access_token_deletion_cancel_action"}}
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="ui red basic inverted ok button">
 | 
			
		||||
			<i class="checkmark icon"></i>
 | 
			
		||||
			{{.i18n.Tr "modal.yes"}}
 | 
			
		||||
			{{.i18n.Tr "settings.access_token_deletion_confirm_action"}}
 | 
			
		||||
		</div>
 | 
			
		||||
	</div>
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user