mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
[Spaces] M10.6 Space preview bottom sheet #4497
- Localized strings for space join rule
This commit is contained in:
@@ -217,11 +217,11 @@ class SpaceDetailViewController: UIViewController {
|
||||
|
||||
var joinRuleString = ""
|
||||
switch joinRule {
|
||||
case .invite: joinRuleString = "invite"
|
||||
case .knock: joinRuleString = "knock"
|
||||
case .none: joinRuleString = "none"
|
||||
case .private: joinRuleString = "private"
|
||||
case .public: joinRuleString = "public"
|
||||
case .invite: joinRuleString = VectorL10n.spaceInviteJoinRule
|
||||
case .knock: joinRuleString = VectorL10n.spaceKnockJoinRule
|
||||
case .none: joinRuleString = VectorL10n.spaceNoneJoinRule
|
||||
case .private: joinRuleString = VectorL10n.spacePrivateJoinRule
|
||||
case .public: joinRuleString = VectorL10n.spacePublicJoinRule
|
||||
}
|
||||
|
||||
let membersCount = summary.membersCount.members
|
||||
|
||||
Reference in New Issue
Block a user