Skip to content

Commit c38e71a

Browse files
mddubloudnate
authored andcommitted
Remove "beta" label from G4 Share Receiver (#126)
1 parent d2f7d53 commit c38e71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/View Controllers/SettingsTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ final class SettingsTableViewController: UITableViewController, DailyValueSchedu
175175
let switchCell = tableView.dequeueReusableCellWithIdentifier(SwitchTableViewCell.className, forIndexPath: indexPath) as! SwitchTableViewCell
176176

177177
switchCell.`switch`?.on = dataManager.receiverEnabled
178-
switchCell.titleLabel.text = NSLocalizedString("G4 Share Receiver (beta)", comment: "The title text for the G4 Share Receiver enabled switch cell")
178+
switchCell.titleLabel.text = NSLocalizedString("G4 Share Receiver", comment: "The title text for the G4 Share Receiver enabled switch cell")
179179

180180
switchCell.`switch`?.addTarget(self, action: #selector(receiverEnabledChanged(_:)), forControlEvents: .ValueChanged)
181181

0 commit comments

Comments
 (0)