diff --git a/Signal/src/Loki/View Controllers/JoinPublicChatVC.swift b/Signal/src/Loki/View Controllers/JoinPublicChatVC.swift index fc8d77584..68e6160af 100644 --- a/Signal/src/Loki/View Controllers/JoinPublicChatVC.swift +++ b/Signal/src/Loki/View Controllers/JoinPublicChatVC.swift @@ -188,7 +188,7 @@ private final class EnterChatURLVC : UIViewController { let explanationLabel = UILabel() explanationLabel.textColor = Colors.text.withAlphaComponent(Values.unimportantElementOpacity) explanationLabel.font = .systemFont(ofSize: Values.verySmallFontSize) - explanationLabel.text = NSLocalizedString("Open groups can be joined by anyone and do not provide full metadata protection", comment: "") + explanationLabel.text = NSLocalizedString("Open groups can be joined by anyone and do not provide full privacy protection", comment: "") explanationLabel.numberOfLines = 0 explanationLabel.textAlignment = .center explanationLabel.lineBreakMode = .byWordWrapping diff --git a/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift b/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift index 8050607ea..ebacfc39e 100644 --- a/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift +++ b/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift @@ -78,7 +78,7 @@ final class NewClosedGroupVC : BaseVC, UITableViewDataSource, UITableViewDelegat let explanationLabel = UILabel() explanationLabel.textColor = Colors.text.withAlphaComponent(Values.unimportantElementOpacity) explanationLabel.font = .systemFont(ofSize: Values.smallFontSize) - explanationLabel.text = NSLocalizedString("Closed groups are end-to-end encrypted group chats for up to 10 members. They provide the same privacy protections as one-on-one sessions.", comment: "") + explanationLabel.text = NSLocalizedString("Closed groups support up to 10 members and provide the same privacy protections as one-on-one sessions.", comment: "") explanationLabel.numberOfLines = 0 explanationLabel.textAlignment = .center explanationLabel.lineBreakMode = .byWordWrapping diff --git a/Signal/src/Loki/View Controllers/OpenGroupSuggestionSheet.swift b/Signal/src/Loki/View Controllers/OpenGroupSuggestionSheet.swift index a8d3da600..1330516d6 100644 --- a/Signal/src/Loki/View Controllers/OpenGroupSuggestionSheet.swift +++ b/Signal/src/Loki/View Controllers/OpenGroupSuggestionSheet.swift @@ -34,7 +34,7 @@ final class OpenGroupSuggestionSheet : Sheet { let bottomExplanationLabel = UILabel() bottomExplanationLabel.textColor = Colors.text.withAlphaComponent(Values.unimportantElementOpacity) bottomExplanationLabel.font = .systemFont(ofSize: Values.verySmallFontSize) - bottomExplanationLabel.text = NSLocalizedString("Open groups can be joined by anyone and do not provide full metadata protection", comment: "") + bottomExplanationLabel.text = NSLocalizedString("Open groups can be joined by anyone and do not provide full privacy protection", comment: "") bottomExplanationLabel.numberOfLines = 0 bottomExplanationLabel.textAlignment = .center bottomExplanationLabel.lineBreakMode = .byWordWrapping diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 0b1ed26ec..804609b01 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -2798,12 +2798,12 @@ "Please pick at least 2 group members" = "Please pick at least 2 group members"; "Enable Link Previews?" = "Enable Link Previews?"; "You will not have full metadata protection when sending or receiving link previews." = "You will not have full metadata protection when sending or receiving link previews."; -"Open groups can be joined by anyone and do not provide full metadata protection" = "Open groups can be joined by anyone and do not provide full metadata protection"; +"Open groups can be joined by anyone and do not provide full privacy protection" = "Open groups can be joined by anyone and do not provide full privacy protection"; "Search GIFs?" = "Search GIFs?"; "You will not have full metadata protection when sending GIFs." = "You will not have full metadata protection when sending GIFs."; "The ability to add members to a closed group is coming soon." = "The ability to add members to a closed group is coming soon."; "A closed group cannot have more than 10 members" = "A closed group cannot have more than 10 members"; -"Closed groups are end-to-end encrypted group chats for up to 10 members. They provide the same privacy protections as one-on-one sessions." = "Closed groups are end-to-end encrypted group chats for up to 10 members. They provide the same privacy protections as one-on-one sessions."; +"Closed groups support up to 10 members and provide the same privacy protections as one-on-one sessions" = "Closed groups support up to 10 members and provide the same privacy protections as one-on-one sessions"; "No messages yet" = "No messages yet"; "Would you like to join the Session Public Chat?" = "Would you like to join the Session Public Chat?"; "Join Public Chat" = "Join Public Chat";