MESSENGER-4197 fix status messages cut off

This commit is contained in:
JanNiklas Grabowski
2023-03-07 12:14:51 +00:00
committed by Frank Rotermund
parent 876de5e1ad
commit d43f1bfed3
6 changed files with 15 additions and 4 deletions
@@ -740,7 +740,7 @@ static NSString *const kRepliedTextPattern = @"<mx-reply>.*<blockquote>.*<br>(.*
}
else
{
displayText = [VectorL10n noticeRoomLeave:targetDisplayName];
displayText = [BWIL10n noticeRoomLeave:targetDisplayName];
}
}
}