From 1d32d3ea1273b9c84545f9695f6442736861c7d8 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Wed, 24 Apr 2024 17:14:58 +0200 Subject: [PATCH 1/2] Fix typo in fatal error instructions --- src/app/components/FatalErrorHandler/index.tsx | 2 +- src/locales/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/FatalErrorHandler/index.tsx b/src/app/components/FatalErrorHandler/index.tsx index 355c79515b..4fc7beb729 100644 --- a/src/app/components/FatalErrorHandler/index.tsx +++ b/src/app/components/FatalErrorHandler/index.tsx @@ -116,7 +116,7 @@ export function FatalErrorHandler({ children }: Props) { Your funds are safe.

Please try refreshing the page and reopening your wallet to see if the issue persists. You can check the current status of the network below.", "heading": "An error occurred.", - "instruction": "If the issue is not resolved after refreshing, please email our support team at and attached the error report.", + "instruction": "If the issue is not resolved after refreshing, please email our support team at and attach the error report.", "reloadExtension": "Reload extension" }, "fiatOnramp": { From 54944e5821c1369668f6a97f651ac8cf521e8321 Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Fri, 26 Apr 2024 04:26:01 +0200 Subject: [PATCH 2/2] 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.', )}