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 5db2281
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions DuckDuckGo/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -4261,7 +4261,7 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Mute"
"value" : "Mute Tab"
}
}
}
Expand Down Expand Up @@ -8748,7 +8748,7 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Unmute"
"value" : "Unmute Tab"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Submodules/privacy-reference-tests

0 comments on commit 5db2281

Please sign in to comment.