MESSENGER Add missing localisations

This commit is contained in:
Frank Rotermund
2022-09-19 12:00:41 +02:00
parent 470bda5f15
commit 5d09c62e90
3 changed files with 11 additions and 5 deletions
@@ -1216,13 +1216,13 @@
headerLabel.text = [VectorL10n roomParticipantsInvitedSection];
} else if (section == adminSection)
{
headerLabel.text = NSLocalizedStringFromTable(@"bwi_room_participants_section_admin", @"Vector", nil);
headerLabel.text = NSLocalizedStringFromTable(@"bwi_room_participants_section_admin", @"Bwi", nil);
} else if (section == modSection)
{
headerLabel.text = NSLocalizedStringFromTable(@"bwi_room_participants_section_moderator", @"Vector", nil);
headerLabel.text = NSLocalizedStringFromTable(@"bwi_room_participants_section_moderator", @"Bwi", nil);
} else if (section == participantsSection)
{
headerLabel.text = NSLocalizedStringFromTable(@"bwi_room_participants_section_member", @"Vector", nil);
headerLabel.text = NSLocalizedStringFromTable(@"bwi_room_participants_section_member", @"Bwi", nil);
}
[sectionHeader addSubview:headerLabel];