Clarifying Import Option Text (#117)

* Clarifying Import option text

* Using Google Drive instead of Google Cloud
pull/2/head
Steven Wolfe 7 years ago committed by Michael Scoff
parent 7756c4a070
commit 7001cf633c
  1. 2
      Trust/Wallet/ViewControllers/ImportWalletViewController.swift

@ -197,7 +197,7 @@ class ImportWalletViewController: FormViewController {
@objc func importOptions(sender: UIBarButtonItem) {
let alertController = UIAlertController(title: "Import Wallet Options", message: .none, preferredStyle: .actionSheet)
alertController.popoverPresentationController?.barButtonItem = sender
alertController.addAction(UIAlertAction(title: "iCloud/Dropbox/Google Cloud", style: .default) { _ in
alertController.addAction(UIAlertAction(title: "iCloud/Dropbox/Google Drive", style: .default) { _ in
self.showDocumentPicker()
})
alertController.addAction(UIAlertAction(title: "Cancel", style: .cancel) { _ in })

Loading…
Cancel
Save