Unverified Commit 34143c18 authored by Shawn Tabrizi's avatar Shawn Tabrizi Committed by GitHub
Browse files

Fix typo in No Accounts page (#86)

parent 7c5a5023
Pipeline #163629 passed with stages
in 1 minute and 28 seconds
......@@ -7,7 +7,7 @@ import { goToImport } from '../../utils/routing'
const NoAccounts: React.FC<BaseProps> = ({ className }) => (
<div className={className}>
<div className='container'>
The extensioin helps you to sign transactions with keys you store in your
The extension helps you to sign transactions with keys you store in your
Parity Signer. To start using, go to the Signer and import a first key.
</div>
<Button onClick={goToImport}>Import a key</Button>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment