mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
MESSENGER-4197 fix status messages cut off
This commit is contained in:
committed by
Frank Rotermund
parent
73662bd023
commit
6344fa6cb6
@@ -740,7 +740,7 @@ static NSString *const kRepliedTextPattern = @"<mx-reply>.*<blockquote>.*<br>(.*
|
||||
}
|
||||
else
|
||||
{
|
||||
displayText = [VectorL10n noticeRoomLeave:targetDisplayName];
|
||||
displayText = [BWIL10n noticeRoomLeave:targetDisplayName];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user