1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00
This commit is contained in:
Pierre HUBERT 2021-04-26 08:45:58 +02:00
parent db04366f56
commit 5ab21bd63e

View File

@ -100,7 +100,7 @@ class _ForezDirectoryScreenState extends State<ForezDirectoryScreen> {
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);