body:.text("This will ban the selected user from this room. It won't ban them from other rooms."),
confirmTitle:"okay".localized(),
cancelStyle:.alert_text,
@ -2349,7 +2349,7 @@ extension ConversationVC:
letmodal:ConfirmationModal=ConfirmationModal(
targetView:self.view,
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."),