Fix wrong string
This commit is contained in:
parent
df2b5314a1
commit
07b4bf8e8c
2 changed files with 2 additions and 2 deletions
|
|
@ -230,7 +230,7 @@ class SettingsTableViewController: UITableViewController, UITabBarControllerDele
|
||||||
fileActionTitle.append(" (\("Tips".localize()))")
|
fileActionTitle.append(" (\("Tips".localize()))")
|
||||||
let fileAction = UIAlertAction(title: fileActionTitle, style: .default) { _ in
|
let fileAction = UIAlertAction(title: fileActionTitle, style: .default) { _ in
|
||||||
let title = "Tips".localize()
|
let title = "Tips".localize()
|
||||||
let message = "CopyPrivateKeyToPass.".localize()
|
let message = "CopyPublicAndPrivateKeyToPass.".localize()
|
||||||
Utils.alert(title: title, message: message, controller: self)
|
Utils.alert(title: title, message: message, controller: self)
|
||||||
}
|
}
|
||||||
optionMenu.addAction(fileAction)
|
optionMenu.addAction(fileAction)
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
"Import" = "Import";
|
"Import" = "Import";
|
||||||
"Imported" = "Imported";
|
"Imported" = "Imported";
|
||||||
"Tips" = "Tips";
|
"Tips" = "Tips";
|
||||||
"CopyPrivateKeyToPass." = "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.";
|
"CopyPublicAndPrivateKeyToPass." = "Copy your ASCII-armored public and private keys to Pass with names \"gpg_key.pub\" and \"gpg_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish.";
|
||||||
"FillInGitAccountPassword." = "Please fill in the password of your Git account.";
|
"FillInGitAccountPassword." = "Please fill in the password of your Git account.";
|
||||||
"NoPasswordStore." = "There is no password store right now.";
|
"NoPasswordStore." = "There is no password store right now.";
|
||||||
"SyncingPasswordStore" = "Syncing Password Store";
|
"SyncingPasswordStore" = "Syncing Password Store";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue