Skip to content

Commit

Permalink
feat: Update backup wallet alert copy (#341)
Browse files Browse the repository at this point in the history
* feat: Add backup wallet warning message

* update text
  • Loading branch information
mohandast52 authored Sep 10, 2024
1 parent ab3919a commit c4b626f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/components/SettingsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ const NoBackupWallet = () => {
<>
<Flex vertical gap={5}>
<Text className="font-weight-600">Your funds are at risk!</Text>
<Text>You will lose any assets you send on other chains.</Text>
<Text>
Add a backup wallet to allow you to retrieve funds if you lose
your password and seed phrase.
</Text>
</Flex>
</>
}
Expand Down

0 comments on commit c4b626f

Please sign in to comment.