fix(migrate-panel): message text

This commit is contained in:
RadoslavDimchev 2024-02-19 22:55:24 +02:00 committed by Emil Ivanichkov
parent 170727953f
commit 019c5d3204
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const MigratePanel = () => {
revert this action! Please make sure you understand the consequences.
</Text>
<InformationBox
message="You should see that you have one keystore per validator. This keystore contains your signing key, encrypted with your password. Warning: Do not store keys on multiple (backup) validator clients at once"
message="Please make sure to enforce the file on another node to continue validating with your Validator."
variant="error"
icon={<CloseCircleIcon size={20} />}
/>