Skip to content

Commit

Permalink
Fixed participants group label in MUC occupants list
Browse files Browse the repository at this point in the history
  • Loading branch information
hantu85 committed Mar 29, 2022
1 parent 4451097 commit ef6a485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BeagleIM/groupchat/GroupchatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ class GroupchatParticipantsContainer: NSObject, NSOutlineViewDelegate, NSOutline
case .moderator:
return NSLocalizedString("Moderators", comment: "list of users with this role");
case .participant:
return NSLocalizedString("Participans", comment: "list of users with this role");
return NSLocalizedString("Participants", comment: "list of users with this role");
case .visitor:
return NSLocalizedString("Visitors", comment: "list of users with this role");
case .none:
Expand Down
2 changes: 1 addition & 1 deletion BeagleIM/localization/pl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@
"Moderators" = "Moderatorzy";

/* list of users with this role */
"Participans" = "Uczestnicy";
"Participants" = "Uczestnicy";

/* list of users with this role */
"Visitors" = "Goście";
Expand Down

0 comments on commit ef6a485

Please sign in to comment.