You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iOS/DuckDuckGo/UserText.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1624,7 +1624,7 @@ public struct UserText {
1624
1624
publicstaticletescapeHatchMoreButtonAccessibilityLabel=NSLocalizedString("escapeHatch.moreButton.accessibility.label", value:"More options", comment:"Accessibility label for the more options button on the escape hatch card")
1625
1625
publicstaticletescapeHatchMenuReturnToTab=NSLocalizedString("escapeHatch.menu.returnToTab", value:"Return to Tab", comment:"Menu item that returns the user to the open tab from the escape hatch card")
1626
1626
publicstaticletescapeHatchMenuCloseTab=NSLocalizedString("escapeHatch.menu.closeTab", value:"Close Tab", comment:"Menu item that closes the open tab referenced by the escape hatch card")
1627
-
publicstaticletescapeHatchMenuBurnTab=NSLocalizedString("escapeHatch.menu.burnTab", value:"Burn Tab", comment:"Menu item that burns (closes and clears data for) the tab referenced by the escape hatch card")
1627
+
publicstaticletescapeHatchMenuDeleteTab=NSLocalizedString("escapeHatch.menu.deleteTab", value:"Delete Tab", comment:"Menu item that deletes (closes and clears data for) the tab referenced by the escape hatch card")
1628
1628
publicstaticletescapeHatchTabSwitcherPrivateTabsLabel=NSLocalizedString("escapeHatch.tabSwitcher.privateTabs.label", value:"Private Tabs", comment:"Label shown next to the tab count when the escape hatch's tab switcher pill is in its expanded form")
0 commit comments