Skip to content
Snippets Groups Projects
Commit 5c82286e authored by ryan-petrich-mpf's avatar ryan-petrich-mpf Committed by GitHub
Browse files

Fix "Connect anyay?" text in SSH authenticity prompt

parent e19c58ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -639,7 +639,7 @@ static NSError *SCPFileError(NSString *description) {
title = [NSString stringWithFormat:@"First time connecting to %@", session.host];
message =
[NSString stringWithFormat:@"The authenticity of host '%@' can't be established.\n\n"
@"DSA key fingerprint is %@.\n\nConnect anyay?",
@"DSA key fingerprint is %@.\n\nConnect anyway?",
session.host, fingerprint];
_okToAdd = YES;
break;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment