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

Fix typos #802

Merged
merged 1 commit into from
Aug 1, 2023
Merged
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
4 changes: 2 additions & 2 deletions packages/extension/src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"pages.register.back-up-private-key.title": "Back up private key",
"pages.register.back-up-private-key.blur-text": "Click here to see private key",
"pages.register.back-up-private-key.warning-title": "Backup your private key securely.",
"pages.register.back-up-private-key.warning-paragraph": "Anyone with your private key can have access to your assets.{br}{br}If you lose an access to your Gmail Account, the only way to recover your wallet is using your private key. Keep this in a safe place.",
"pages.register.back-up-private-key.warning-paragraph": "Anyone with your private key can have access to your assets.{br}{br}If you lose access to your Gmail Account, the only way to recover your wallet is using your private key. Keep this in a safe place.",
"pages.register.back-up-private-key.import-button": "Import",

"pages.register.connect-ledger.title": "Please connect your Hardware wallet",
Expand Down Expand Up @@ -462,7 +462,7 @@
"components.empty-view.text": "No {subject} Yet",
"components.input.recipient-input.wallet-address-label": "Wallet Address or ICNS",
"components.input.amount-input.amount-label": "Amount",
"components.input.amount-input.max-button": "max",
"components.input.amount-input.max-button": "Max",
"components.input.memo-input.memo-label": "Memo",
"components.input.fee-control.title": "Transaction Fee",
"components.input.fee-control.error.insufficient-fee": "Insufficient fee",
Expand Down
Loading