Skip to content

Commit

Permalink
Fix key dup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-T committed Jan 3, 2025
1 parent 09591e4 commit 4b3d4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion ios/brave-ios/Sources/BraveStrings/BraveStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 %@",
Expand Down

0 comments on commit 4b3d4ca

Please sign in to comment.