mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Report content localizations
This commit is contained in:
		
							parent
							
								
									f8475a4a3b
								
							
						
					
					
						commit
						2475921599
					
				@ -389,7 +389,10 @@ class ChatController extends State<Chat> {
 | 
			
		||||
    final event = selectedEvents.single;
 | 
			
		||||
    final score = await showConfirmationDialog<int>(
 | 
			
		||||
        context: context,
 | 
			
		||||
        title: L10n.of(context).howOffensiveIsThisContent,
 | 
			
		||||
        title: L10n.of(context).reportMessage,
 | 
			
		||||
        message: L10n.of(context).howOffensiveIsThisContent,
 | 
			
		||||
        cancelLabel: L10n.of(context).cancel,
 | 
			
		||||
        okLabel: L10n.of(context).ok,
 | 
			
		||||
        actions: [
 | 
			
		||||
          AlertDialogAction(
 | 
			
		||||
            key: -100,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user