Skip to content

Commit

Permalink
Fix typo in fatal error instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Apr 27, 2024
1 parent 6e4db58 commit 1d32d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1d32d3e

Please sign in to comment.