Skip to content

Commit

Permalink
Update text of delete wallet modal
Browse files Browse the repository at this point in the history
Related to #298
  • Loading branch information
nop33 committed Oct 19, 2023
1 parent 28604a5 commit b313141
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/screens/Settings/WalletDeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ const WalletDeleteModal = (props: ModalContentProps) => {
</ScreenSection>
<ScreenSection>
<AppText color="secondary" size={18}>
Do you really want to delete this wallet?
Do you really want to delete this wallet from your device?
</AppText>
<AppText color="secondary" size={18}>
You can always restore it later using your secret recovery phrase.
</AppText>
<AppText color="secondary" size={18}>
If so, please enter the wallet name below, and hit the delete button.
Expand Down

0 comments on commit b313141

Please sign in to comment.