Skip to content

Commit

Permalink
Update text when exporting a private key
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Apr 27, 2024
1 parent 1d32d3e commit 54944e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/1907.trivial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update text
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const ManageableAccountDetails = ({
<Text>
{t(
'toolbar.settings.exportPrivateKey.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.',
'If the private key is lost, it cannot be retrieved. Please make sure to backup the private key and keep it in a safe place.',
)}
</Text>
<RevealOverlayButton
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 @@ -477,7 +477,7 @@
"confirm": "I understand, reveal my private key",
"copied": "Private key copied.",
"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.",
"hint2": "If 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"
},
"manageAccount": "Manage",
Expand Down

0 comments on commit 54944e5

Please sign in to comment.