Fix wrong string

This commit is contained in:
Danny Moesch 2019-01-19 23:53:01 +01:00 committed by Mingshen Sun
parent df2b5314a1
commit 07b4bf8e8c
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ class SettingsTableViewController: UITableViewController, UITabBarControllerDele
fileActionTitle.append(" (\("Tips".localize()))")
let fileAction = UIAlertAction(title: fileActionTitle, style: .default) { _ in
let title = "Tips".localize()
let message = "CopyPrivateKeyToPass.".localize()
let message = "CopyPublicAndPrivateKeyToPass.".localize()
Utils.alert(title: title, message: message, controller: self)
}
optionMenu.addAction(fileAction)