From 5ab21bd63e12df0e76ab905387a14cabf024ed06 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 26 Apr 2021 08:45:58 +0200 Subject: [PATCH] Fix typo --- lib/forez/ui/screens/forez_directory_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/forez/ui/screens/forez_directory_screen.dart b/lib/forez/ui/screens/forez_directory_screen.dart index dd8e75c..e6d5ea2 100644 --- a/lib/forez/ui/screens/forez_directory_screen.dart +++ b/lib/forez/ui/screens/forez_directory_screen.dart @@ -100,7 +100,7 @@ class _ForezDirectoryScreenState extends State { if (!await showConfirmDialog( context: context, 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; await GroupsHelper.respondRequest(forezGroup.id, user.id, false);