diff --git a/Encrypted Ink/Screens/AccountsListViewController.swift b/Encrypted Ink/Screens/AccountsListViewController.swift index ba9e0586..51d0c4ca 100644 --- a/Encrypted Ink/Screens/AccountsListViewController.swift +++ b/Encrypted Ink/Screens/AccountsListViewController.swift @@ -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")