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()))")
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue