Add hints about how to download keys (fix #215)
This commit is contained in:
parent
51680c3ddd
commit
15e90198fe
6 changed files with 250 additions and 57 deletions
|
|
@ -240,7 +240,7 @@ class GitServerSettingTableViewController: UITableViewController {
|
|||
fileActionTitle.append(" (Tips)")
|
||||
let fileAction = UIAlertAction(title: fileActionTitle, style: .default) { _ in
|
||||
let title = "Tips"
|
||||
let message = "Copy your private key to Pass with the name \"ssh_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish."
|
||||
let message = "Copy your ASCII-armored private key to Pass with the name \"ssh_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish."
|
||||
Utils.alert(title: title, message: message, controller: self)
|
||||
}
|
||||
optionMenu.addAction(fileAction)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue