MESSENGER-3420 rename role standard

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