Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update export private key copy #1720

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading