body:.text("This will ban the selected user from this room. It won't ban them from other rooms."),
body:.text("This will ban the selected user from this room. It won't ban them from other rooms."),
confirmTitle:"okay".localized(),
confirmTitle:"okay".localized(),
cancelStyle:.alert_text,
cancelStyle:.alert_text,
@ -2349,7 +2349,7 @@ extension ConversationVC:
letmodal:ConfirmationModal=ConfirmationModal(
letmodal:ConfirmationModal=ConfirmationModal(
targetView:self.view,
targetView:self.view,
info:ConfirmationModal.Info(
info:ConfirmationModal.Info(
title:Singleton.appContext.appName,
title:Singleton.appName,
body:.text("This will ban the selected user from this room and delete all messages sent by them. It won't ban them from other rooms or delete the messages they sent there."),
body:.text("This will ban the selected user from this room and delete all messages sent by them. It won't ban them from other rooms or delete the messages they sent there."),