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

[IB2-442] Fixed typo in Offrz view

  • Loading branch information
mahmoud-adam85 authored and Tim Palade committed Sep 6, 2018
1 parent 5c87031 commit 51e31a4e59b7ccd92c72839d40dc586182243b64
Showing with 2 additions and 2 deletions.
  1. +1 −1 Cliqz/MyOffrz/OffrzEmptyView.swift
  2. +1 −1 Cliqz/Resources/CliqzStrings.swift
@@ -42,7 +42,7 @@ class OffrzEmptyView: UIView {
self.addSubview(emptyTitleLabel)
self.addSubview(emptyTextLabel)
if SettingsPrefs.shared.getRegionPref() == "DE" {
emptyTitleLabel.text = NSLocalizedString("Seems lie we don't have any offers", tableName: "Cliqz", comment: "[MyOffrz] No offers title label for DE")
emptyTitleLabel.text = NSLocalizedString("Seems like we don't have any offers", tableName: "Cliqz", comment: "[MyOffrz] No offers title label for DE")
emptyTextLabel.text = NSLocalizedString("But we'll keep looking for you and add them here as soon as we have one", tableName: "Cliqz", comment: "[MyOffrz] No offers text label for DE")
} else {
emptyTitleLabel.text = NSLocalizedString("We don't have any offers for your country yet", tableName: "Cliqz", comment: "[MyOffrz] No offers title label")
@@ -58,7 +58,7 @@ extension CliqzStrings {

public static let FreshTab = NSLocalizedString("Fresh Tab", tableName: "Cliqz", comment: "Title for Freshtab in tab history list")

public static let NewForgetTabTitle = NSLocalizedString("Hotkeys.NewForgetTab.DiscoveryTitle", tableName: "cliqz", value: "New Ghost Tab", comment: "Label to display in the Discoverability overlay for keyboard shortcuts")
public static let NewForgetTabTitle = NSLocalizedString("Hotkeys.NewForgetTab.DiscoveryTitle", tableName: "Cliqz", value: "New Ghost Tab", comment: "Label to display in the Discoverability overlay for keyboard shortcuts")

public static let AppMenuAddFavoriteTitleString = NSLocalizedString("Menu.AddFavoriteAction.Title", tableName: "Cliqz", value: "Add to Favorites", comment: "Label for the button, displayed in the menu, used to create a favorite for the current website.")

0 comments on commit 51e31a4

Please sign in to comment.