diff --git a/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift b/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift index b33740272..dae73a965 100644 --- a/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift +++ b/Signal/src/Loki/View Controllers/NewClosedGroupVC.swift @@ -64,7 +64,7 @@ final class NewClosedGroupVC : BaseVC, UITableViewDataSource, UITableViewDelegat navigationItem.rightBarButtonItem = doneButton // Customize title let titleLabel = UILabel() - titleLabel.text = NSLocalizedString("New Closed Group (Beta)", comment: "") + titleLabel.text = NSLocalizedString("New Closed Group", comment: "") titleLabel.textColor = Colors.text let titleLabelFontSize = isSmallScreen ? Values.mediumFontSize : Values.largeFontSize titleLabel.font = .boldSystemFont(ofSize: titleLabelFontSize) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 7c5f00ebd..4e7fb9310 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -2788,7 +2788,7 @@ "Would you like to restore your session with %@?" = "Would you like to restore your session with %@?"; "Restore" = "Restore"; "Dismiss" = "Dismiss"; -"New Closed Group (Beta)" = "New Closed Group (Beta)"; +"New Closed Group" = "New Closed Group"; "Group Members" = "Group Members"; "You don't have any contacts yet" = "You don't have any contacts yet"; "Start a Session" = "Start a Session";