We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6cd6e8 + 1478ae1 commit 814aadbCopy full SHA for 814aadb
iOS-Email-Client/Extensions.swift
@@ -103,7 +103,7 @@ extension UIViewController {
103
104
func presentLinkDevicePopover(linkData: LinkData){
105
let linkDeviceVC = GenericDualAnswerUIPopover()
106
- linkDeviceVC.initialTitle = "Security Alert"
+ linkDeviceVC.initialTitle = "Device Authentication"
107
linkDeviceVC.initialMessage = "Do you want to approve \(linkData.deviceName)?"
108
linkDeviceVC.onResponse = { [weak self] accept in
109
guard let delegate = self?.getTopView() as? LinkDeviceDelegate else {
0 commit comments