Skip to content

Commit

Permalink
Change text to Mute/Unmute Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaemepereira committed Jan 5, 2024
1 parent d16e029 commit 883d50a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/Common/Localizables/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ struct UserText {
static let pinTab = NSLocalizedString("pin.tab", value: "Pin Tab", comment: "Menu item. Pin as a verb")
static let unpinTab = NSLocalizedString("unpin.tab", value: "Unpin Tab", comment: "Menu item. Unpin as a verb")
static let closeTab = NSLocalizedString("close.tab", value: "Close Tab", comment: "Menu item")
static let muteTab = NSLocalizedString("mute.tab", value: "Mute", comment: "Menu item. Mute tab")
static let unmuteTab = NSLocalizedString("unmute.tab", value: "Unmute", comment: "Menu item. Unmute tab")
static let muteTab = NSLocalizedString("mute.tab", value: "Mute Tab", comment: "Menu item. Mute tab")
static let unmuteTab = NSLocalizedString("unmute.tab", value: "Unmute Tab", comment: "Menu item. Unmute tab")
static let closeOtherTabs = NSLocalizedString("close.other.tabs", value: "Close Other Tabs", comment: "Menu item")
static let closeTabsToTheRight = NSLocalizedString("close.tabs.to.the.right", value: "Close Tabs to the Right", comment: "Menu item")
static let openInNewTab = NSLocalizedString("open.in.new.tab", value: "Open in New Tab", comment: "Menu item that opens the link in a new tab")
Expand Down

0 comments on commit 883d50a

Please sign in to comment.