Skip to content

Commit 1478ae1

Browse files
committed
popup name
1 parent 7e906b7 commit 1478ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS-Email-Client/Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ extension UIViewController {
103103

104104
func presentLinkDevicePopover(linkData: LinkData){
105105
let linkDeviceVC = GenericDualAnswerUIPopover()
106-
linkDeviceVC.initialTitle = "Security Alert"
106+
linkDeviceVC.initialTitle = "Device Authentication"
107107
linkDeviceVC.initialMessage = "Do you want to approve \(linkData.deviceName)?"
108108
linkDeviceVC.onResponse = { [weak self] accept in
109109
guard let delegate = self?.getTopView() as? LinkDeviceDelegate else {

0 commit comments

Comments
 (0)