From 54944e5821c1369668f6a97f651ac8cf521e8321 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Fri, 26 Apr 2024 04:26:01 +0200 Subject: [PATCH] Update text when exporting a private key --- .changelog/1907.trivial.md | 1 + .../Toolbar/Features/Account/ManageableAccountDetails.tsx | 2 +- src/locales/en/translation.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .changelog/1907.trivial.md diff --git a/.changelog/1907.trivial.md b/.changelog/1907.trivial.md new file mode 100644 index 0000000000..de9e5c3304 --- /dev/null +++ b/.changelog/1907.trivial.md @@ -0,0 +1 @@ +Update text diff --git a/src/app/components/Toolbar/Features/Account/ManageableAccountDetails.tsx b/src/app/components/Toolbar/Features/Account/ManageableAccountDetails.tsx index 2425708812..e25442af07 100644 --- a/src/app/components/Toolbar/Features/Account/ManageableAccountDetails.tsx +++ b/src/app/components/Toolbar/Features/Account/ManageableAccountDetails.tsx @@ -184,7 +184,7 @@ export const ManageableAccountDetails = ({ {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.', )}