Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fixed translations in Settings

  • Loading branch information
mahmoud-adam85 committed Sep 7, 2018
1 parent 8a0ae4c commit 273db3d4a14d26522722f377abea5451d1b17356
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/Settings/CliqzAppSettingsTableViewController.swift
@@ -122,7 +122,7 @@ class CliqzAppSettingsTableViewController: AppSettingsTableViewController {
LimitMobileDataUsageSetting(settings: self)
]

let statusText = NSLocalizedString("When Opening Cliqz", tableName: "Cliqz", comment: "Description displayed under the ”Offer to Open Copied Link” option.")
let statusText = NSLocalizedString("When Opening Ghostery", tableName: "Cliqz", comment: "Description displayed under the ”Offer to Open Copied Link” option.")
browsingAndHistorySettings += [
BoolSetting(prefs: prefs, prefKey: "showClipboardBar", defaultValue: false,
titleText: Strings.SettingsOfferClipboardBarTitle,

0 comments on commit 273db3d

Please sign in to comment.