diff --git a/Cliqz/Privacy/UI/ControlCenter/OverviewViewController.swift b/Cliqz/Privacy/UI/ControlCenter/OverviewViewController.swift index 8017405ba..6bd25da3a 100644 --- a/Cliqz/Privacy/UI/ControlCenter/OverviewViewController.swift +++ b/Cliqz/Privacy/UI/ControlCenter/OverviewViewController.swift @@ -836,8 +836,7 @@ class OverviewViewController: UIViewController { self.restrictSiteButton.setTitle(restrictTitle, for: .normal) self.restrictSiteButton.addTarget(self, action: #selector(restrictSitePressed), for: .touchUpInside) - // Forcing the string instead of using LocalizedString because the L10n system is playing charades - let pauseGhostery = "Pause" + let pauseGhostery = NSLocalizedString("Pause", tableName: "Cliqz", comment: "[ControlCenter -> Overview] Pause Ad blocking button title") self.pauseGhosteryButton.setTitle(pauseGhostery, for: .normal) self.pauseGhosteryButton.addTarget(self, action: #selector(pauseGhosteryPressed), for: .touchUpInside) self.pauseGhosteryButton.titleLabel?.font = UIFont.systemFont(ofSize: 14, weight: UIFont.Weight.medium)