mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		@@ -100,7 +100,7 @@ class _ForezDirectoryScreenState extends State<ForezDirectoryScreen> {
 | 
				
			|||||||
          if (!await showConfirmDialog(
 | 
					          if (!await showConfirmDialog(
 | 
				
			||||||
              context: context,
 | 
					              context: context,
 | 
				
			||||||
              message: tr(
 | 
					              message: tr(
 | 
				
			||||||
                  "Do you really want to reject of %u% to join the Forez group?",
 | 
					                  "Do you really want to reject the request of %u% to join the Forez group?",
 | 
				
			||||||
                  args: {"u": user.fullName}))) return;
 | 
					                  args: {"u": user.fullName}))) return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
          await GroupsHelper.respondRequest(forezGroup.id, user.id, false);
 | 
					          await GroupsHelper.respondRequest(forezGroup.id, user.id, false);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user