diff --git a/ios/brave-ios/Sources/Brave/Frontend/Browser/BrowserViewController/BVC+WKNavigationDelegate.swift b/ios/brave-ios/Sources/Brave/Frontend/Browser/BrowserViewController/BVC+WKNavigationDelegate.swift index 05572bc93668..4eeffab59283 100644 --- a/ios/brave-ios/Sources/Brave/Frontend/Browser/BrowserViewController/BVC+WKNavigationDelegate.swift +++ b/ios/brave-ios/Sources/Brave/Frontend/Browser/BrowserViewController/BVC+WKNavigationDelegate.swift @@ -746,7 +746,6 @@ extension BrowserViewController: WKNavigationDelegate { { // Do what Chromium does: https://source.chromium.org/chromium/chromium/src/+/main:ios/chrome/browser/download/ui_bundled/safari_download_coordinator.mm;l=100;bpv=1;bpt=1?q=presentMobileConfigAlertFromURL&ss=chromium%2Fchromium%2Fsrc // and present an alert before showing the Safari View Controller - let alert = UIAlertController( title: Strings.openMobileConfigurationAlertTitle, message: String.init( diff --git a/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift b/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift index cf7daaeee96f..f8d837cd6b0c 100644 --- a/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift +++ b/ios/brave-ios/Sources/BraveStrings/BraveStrings.swift @@ -3627,7 +3627,7 @@ extension Strings { comment: "Title of the alert when a mobile configuration profile is available for download" ) public static let openMobileConfigurationAlertDescription = NSLocalizedString( - "OpenMobileConfigurationAlertTitle", + "OpenMobileConfigurationAlertDescription", tableName: "BraveShared", bundle: .module, value: "Continue download a configuration profile from %@",