pull/186/head
nielsandriesse 6 years ago
parent aa69fa8fe6
commit 0f20c15407

@ -64,7 +64,7 @@ final class NewClosedGroupVC : BaseVC, UITableViewDataSource, UITableViewDelegat
navigationItem.rightBarButtonItem = doneButton navigationItem.rightBarButtonItem = doneButton
// Customize title // Customize title
let titleLabel = UILabel() let titleLabel = UILabel()
titleLabel.text = NSLocalizedString("New Closed Group (Beta)", comment: "") titleLabel.text = NSLocalizedString("New Closed Group", comment: "")
titleLabel.textColor = Colors.text titleLabel.textColor = Colors.text
let titleLabelFontSize = isSmallScreen ? Values.mediumFontSize : Values.largeFontSize let titleLabelFontSize = isSmallScreen ? Values.mediumFontSize : Values.largeFontSize
titleLabel.font = .boldSystemFont(ofSize: titleLabelFontSize) titleLabel.font = .boldSystemFont(ofSize: titleLabelFontSize)

@ -2788,7 +2788,7 @@
"Would you like to restore your session with %@?" = "Would you like to restore your session with %@?"; "Would you like to restore your session with %@?" = "Would you like to restore your session with %@?";
"Restore" = "Restore"; "Restore" = "Restore";
"Dismiss" = "Dismiss"; "Dismiss" = "Dismiss";
"New Closed Group (Beta)" = "New Closed Group (Beta)"; "New Closed Group" = "New Closed Group";
"Group Members" = "Group Members"; "Group Members" = "Group Members";
"You don't have any contacts yet" = "You don't have any contacts yet"; "You don't have any contacts yet" = "You don't have any contacts yet";
"Start a Session" = "Start a Session"; "Start a Session" = "Start a Session";

Loading…
Cancel
Save