Skip to content

Commit

Permalink
menu renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Feb 21, 2024
1 parent adfc9d4 commit 6f07003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/Menus/MainMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ import SubscriptionUI
// swiftlint:disable:next function_body_length
private func setupDebugMenu() -> NSMenu {
let debugMenu = NSMenu(title: "Debug") {
NSMenuItem(title: "Open vanilla browser", action: #selector(MainViewController.openVanillaBrowser))
NSMenuItem(title: "Open Vanilla Browser", action: #selector(MainViewController.openVanillaBrowser))
NSMenuItem.separator()
NSMenuItem(title: "Reset Data") {
NSMenuItem(title: "Reset Default Browser Prompt", action: #selector(MainViewController.resetDefaultBrowserPrompt))
Expand Down

0 comments on commit 6f07003

Please sign in to comment.