Merge branch 'develop' into ismail/4384_room_summary_store

This commit is contained in:
ismailgulek
2021-09-30 12:35:46 +03:00
113 changed files with 1613 additions and 1421 deletions
@@ -77,7 +77,7 @@
self.roomTitleLabel.text = roomCellData.roomDisplayname;
if (!self.roomTitleLabel.text.length)
{
self.roomTitleLabel.text = [NSBundle mxk_localizedStringForKey:@"room_displayname_empty_room"];
self.roomTitleLabel.text = [MatrixKitL10n roomDisplaynameEmptyRoom];
}
self.encryptedRoomIcon.hidden = YES;