@@ -139,8 +139,11 @@ class CliqzAppSettingsTableViewController: AppSettingsTableViewController {
// [IP-315] Disable theme switching: remove from settings
//ThemeSetting(settings: self),
]
let statusText =NSLocalizedString("When Opening Ghostery", tableName: "Cliqz", comment: "Description displayed under the ”Offer to Open Copied Link” option.")
#if CLIQZ
let statusText =NSLocalizedString("When Opening Cliqz", tableName: "Cliqz", comment: "Description displayed under the ”Offer to Open Copied Link” option.")
#else
let statusText =NSLocalizedString("When Opening Ghostery", tableName: "Cliqz", comment: "Description displayed under the ”Offer to Open Copied Link” option.")
@@ -25,11 +25,13 @@ class SendUsageDataTableViewController: ToggleSubSettingsTableViewController {
overridefuncgetSectionFooters() -> [String] {
#if PAID
return [NSLocalizedString("Help us improve your browsing experience. Lumen collects strictly anonymous usage data. At no occasion is any personal data collected.", tableName: "Lumen", comment: "Restore Tabs Prompt Description")]
#elseif CLIQZ
return [NSLocalizedString("Help us improve your browsing experience. Cliqz collects strictly anonymous usage data. At no occasion is any personal data collected.", tableName: "Cliqz", comment: "Restore Tabs Prompt Description")]
#else
return [NSLocalizedString("Help us improve your browsing experience. Ghostery collects strictly anonymous usage data. At no occasion is any personal data collected.", tableName: "Ghostery", comment: "Restore Tabs Prompt Description")]