Skip to content

Commit

Permalink
Merge pull request #1907 from oasisprotocol/lw/update-text
Browse files Browse the repository at this point in the history
Minor text changes
  • Loading branch information
lukaw3d authored Apr 27, 2024
2 parents 6e4db58 + 54944e5 commit ab5675f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
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

0 comments on commit ab5675f

Please sign in to comment.