mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-3420 rename role standard
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user