diff --git a/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionSimulateFailureMenu.swift b/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionSimulateFailureMenu.swift index f495cac5d6..4d31485c67 100644 --- a/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionSimulateFailureMenu.swift +++ b/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionSimulateFailureMenu.swift @@ -28,7 +28,7 @@ import SwiftUI @MainActor final class NetworkProtectionSimulateFailureMenu: NSMenu { - private let simulateControllerFailureMenuItem = NSMenuItem(title: "Enable NetP > Controller Failure", + private let simulateControllerFailureMenuItem = NSMenuItem(title: "Enable NetP Controller Failure", action: #selector(NetworkProtectionSimulateFailureMenu.simulateControllerFailure)) private let simulateTunnelFailureMenuItem = NSMenuItem(title: "Tunnel Failure", action: #selector(NetworkProtectionSimulateFailureMenu.simulateTunnelFailure)) diff --git a/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionTunnelController.swift b/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionTunnelController.swift index 2c4668f139..d6f285d8fe 100644 --- a/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionTunnelController.swift +++ b/DuckDuckGo/NetworkProtection/AppTargets/BothAppTargets/NetworkProtectionTunnelController.swift @@ -53,7 +53,7 @@ final class NetworkProtectionTunnelController: NetworkProtection.TunnelControlle /// private let logger: NetworkProtectionLogger - /// Stores the last controller error for the purpose of updating the UI as needed.. + /// Stores the last controller error for the purpose of updating the UI as needed. /// private let controllerErrorStore = NetworkProtectionControllerErrorStore() diff --git a/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/Contents.json b/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/Contents.json index 2e3acc9375..748b5b491f 100644 --- a/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/Contents.json +++ b/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "WarningColored.png", + "filename" : "WarningColored.pdf", "idiom" : "universal" } ], diff --git a/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/WarningColored.pdf b/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/WarningColored.pdf new file mode 100644 index 0000000000..700c060ac0 Binary files /dev/null and b/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/WarningColored.pdf differ diff --git a/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/WarningColored.png b/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/WarningColored.png deleted file mode 100644 index 16c1f7482b..0000000000 Binary files a/LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI/Resources/Assets.xcassets/Icons/WarningColored.imageset/WarningColored.png and /dev/null differ