Skip to content

Commit

Permalink
Update deltachat-ios/Controller/Settings/Proxy/ProxySettingsViewContr…
Browse files Browse the repository at this point in the history
…oller.swift

Co-authored-by: bjoern <[email protected]>
  • Loading branch information
zeitschlag and r10s authored Nov 13, 2024
1 parent 3ee31f6 commit a611de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class ProxySettingsViewController: UITableViewController {
let proxyToRemove = proxies[indexPath.row]
let host = dcContext.checkQR(qrCode: proxyToRemove).text1 ?? ""

let deleteAlert = UIAlertController(title: String.localized("proxy_delete"), message: String.localized(stringID: "proxy_delete_explain", parameter: host), preferredStyle: .alert)
let deleteAlert = UIAlertController(title: String.localized("proxy_delete"), message: String.localized(stringID: "proxy_delete_explain", parameter: host), preferredStyle: .safeActionSheet)

let cancelAction = UIAlertAction(title: String.localized("cancel"), style: .cancel)
let deleteAction = UIAlertAction(title: String.localized("proxy_delete"), style: .destructive) { [weak self] _ in
Expand Down

0 comments on commit a611de2

Please sign in to comment.