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

Minor text changes #1907

Merged
merged 2 commits into from
Apr 27, 2024
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
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
2 changes: 1 addition & 1 deletion src/app/components/FatalErrorHandler/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function FatalErrorHandler({ children }: Props) {
<Text size="small">
<Trans
i18nKey="fatalError.instruction"
defaults="If the issue is not resolved after refreshing, please email our support team at <Email/> and attached the error report."
defaults="If the issue is not resolved after refreshing, please email our support team at <Email/> and attach the error report."
t={t}
components={{
Email: (
Expand Down
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
4 changes: 2 additions & 2 deletions src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"copy": "Copy error to clipboard",
"description": "The error that has occurred triggers the wallet to stop. <strong>Your funds are safe.</strong><br/><br/>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 <Email/> and attached the error report.",
"instruction": "If the issue is not resolved after refreshing, please email our support team at <Email/> and attach the error report.",
"reloadExtension": "Reload extension"
},
"fiatOnramp": {
Expand Down 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
Loading