mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
MESSENGER-4197 fix status messages cut off
This commit is contained in:
committed by
Frank Rotermund
parent
876de5e1ad
commit
d43f1bfed3
@@ -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