mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 23:17:43 +02:00
MELS: some i18n
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
{
|
||||
// This is a serie for cells tagged with RoomBubbleCellDataTagMembership
|
||||
// TODO: Build a complete summary like Riot-web
|
||||
// TODO: i18n the temp string
|
||||
displayText = [NSString stringWithFormat:@"%@ membership changes", @(events.count)];
|
||||
displayText = [NSString stringWithFormat:NSLocalizedStringFromTable(@"event_formatter_member_updates", @"Vector", nil), events.count];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user