Skip to content

Commit

Permalink
Update export private key copy
Browse files Browse the repository at this point in the history
  • Loading branch information
buberdds committed Oct 17, 2023
1 parent d295075 commit 22b0c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const ManageableAccountDetails = ({ wallet }: ManageableAccountDetailsPro
<Text>
{t(
'toolbar.settings.exportPrivateKey.hint1',
'The private key consists of a string of characters, and owning the private key is equivalent to owning the asset ownership.',
'The private key consists of a string of characters. Anyone with access to your private key has direct access to the assets of that account.',
)}
</Text>
<Text>
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
"contacts": "Contacts",
"exportPrivateKey": {
"confirm": "I understand, reveal my private key",
"hint1": "The private key consists of a string of characters, and owning the private key is equivalent to owning the asset ownership.",
"hint1": "The private key consists of a string of characters. Anyone with access to your private key has direct access to the assets of that account.",
"hint2": "Once the private key is lost, it cannot be retrieved. Please make sure to Backup the private key and keep it in a safe place.",
"title": "Export Private Key"
},
Expand Down

0 comments on commit 22b0c21

Please sign in to comment.