This commit is contained in:
nielsandriesse 2020-05-06 10:13:57 +10:00
parent aa69fa8fe6
commit 0f20c15407
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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";