Skip to content

Commit

Permalink
Change Description Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustHenry committed Jun 7, 2023
1 parent f918fe2 commit af66616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/react/components/KeyGeneratioinFlow/4-KeysCreated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const KeysCreated: FC<KeysCreatedProps> = (props): ReactElement => {
<Typography variant="body2" align="left">
This file represents public information about your validator. It will be required to execute your deposit through the Agora Staking. It can be recreated from your secret recovery phrase if necessary.
</Typography>
<LoudText>Voter keystore file(s) (ex. voter-keystore-m_xxxxx_xxxx_x_x_x-xxxxxxxxxx.json)</LoudText>
</Box>
<Box sx={{ m: 2 }}>
<LoudText>Secret Recovery Phrase (24 words)</LoudText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const GenerateMnemonic: FC<GenerateMnemonicProps> = (props): ReactElement => {
<Grid item xs={10}>
<Box sx={{ m: 2 }}>
<Typography variant="body1" align="left">
In this step, we'll generate a Secret Recovery Phrase (traditionally referred to as a "mnemonic") and a set of validator keys for you. For more information, visit: https://kb.beaconcha.in/ethereum-2-keys
In this step, we'll generate a Secret Recovery Phrase (traditionally referred to as a "mnemonic") and a set of validator keys for you.
</Typography>
</Box>
<Box sx={{ m: 2 }}>
Expand Down

0 comments on commit af66616

Please sign in to comment.