mirror of
https://github.com/lil-org/tokenary.git
synced 2024-12-14 14:40:20 +03:00
Add a step into instruction
This commit is contained in:
parent
d5e26adde4
commit
554f1ea4b5
@ -91,7 +91,7 @@ class AccountsListViewController: NSViewController {
|
||||
private func showInstructionsAlert() {
|
||||
let alert = NSAlert()
|
||||
alert.messageText = "How to start?"
|
||||
alert.informativeText = "1. Press “Copy to clipboard”\nunder WalletConnect QR code.\n\n2. Launch Encrypted Ink."
|
||||
alert.informativeText = "1. Open your favourite dapp.\n\n2. Press “Copy to clipboard”\nunder WalletConnect QR code.\n\n3. Launch Encrypted Ink."
|
||||
alert.alertStyle = .informational
|
||||
alert.addButton(withTitle: "OK")
|
||||
alert.addButton(withTitle: "Open Zerion")
|
||||
|
Loading…
Reference in New Issue
Block a user