Skip to content

Commit 814aadb

Browse files
authored
Merge pull request #209 from Hirobreak/header
Security Alert title change
2 parents c6cd6e8 + 1478ae1 commit 814aadb

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)