Tom Kirkpatrick
6 years ago
No known key found for this signature in database
GPG Key ID: 72203A8EC5967EA8
2 changed files with
3 additions and
2 deletions
-
app/components/Onboarding/Steps/SeedView.js
-
app/components/Onboarding/Steps/messages.js
|
@ -66,7 +66,7 @@ class SeedView extends React.Component { |
|
|
{fetchingSeed && ( |
|
|
{fetchingSeed && ( |
|
|
<Text textAlign="center"> |
|
|
<Text textAlign="center"> |
|
|
<Spinner /> |
|
|
<Spinner /> |
|
|
Generating Seed... |
|
|
<FormattedMessage {...messages.generating_seed} /> |
|
|
</Text> |
|
|
</Text> |
|
|
)} |
|
|
)} |
|
|
{!fetchingSeed && |
|
|
{!fetchingSeed && |
|
|
|
@ -70,5 +70,6 @@ export default defineMessages({ |
|
|
unlocking: 'Unlocking', |
|
|
unlocking: 'Unlocking', |
|
|
verify_host_description: 'Please check the hostname carefully.', |
|
|
verify_host_description: 'Please check the hostname carefully.', |
|
|
verify_host_title: 'Are you sure you want to connect to', |
|
|
verify_host_title: 'Are you sure you want to connect to', |
|
|
word_placeholder: 'word' |
|
|
word_placeholder: 'word', |
|
|
|
|
|
generating_seed: 'Generating Seed...' |
|
|
}) |
|
|
}) |
|
|