Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer-companion
Commits
34143c18
Unverified
Commit
34143c18
authored
Oct 26, 2021
by
Shawn Tabrizi
Committed by
GitHub
Oct 26, 2021
Browse files
Fix typo in No Accounts page (#86)
parent
7c5a5023
Pipeline
#163629
passed with stages
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/ui/accounts/NoAccounts.tsx
View file @
34143c18
...
...
@@ -7,7 +7,7 @@ import { goToImport } from '../../utils/routing'
const
NoAccounts
:
React
.
FC
<
BaseProps
>
=
({
className
})
=>
(
<
div
className
=
{
className
}
>
<
div
className
=
'container'
>
The extensio
i
n 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
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment