Skip to content

Commit

Permalink
Remove Unnecessary Phrases
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustHenry committed Jun 8, 2023
1 parent af66616 commit 7d1dd91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/react/components/KeyGeneratioinFlow/4-KeysCreated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ const KeysCreated: FC<KeysCreatedProps> = (props): ReactElement => {
</Typography>
</Box>
<Box sx={{ m: 2 }}>
<Typography variant="body1" align="left">
There are two different files, here is a description of each:
</Typography>
<LoudText>Keystore file(s) (ex. keystore-xxxxxxx.json)</LoudText>
<Typography variant="body2" align="left">
This file controls your ability to sign transactions. It will be required to set up your validator. Do not share with anyone. It can be recreated from your secret recovery phrase if necessary.
Expand Down

0 comments on commit 7d1dd91

Please sign in to comment.