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(ui): fix some (en) copy #1935

Merged
merged 1 commit into from
Jun 3, 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
2 changes: 1 addition & 1 deletion src/utils/i18n/locales/en/onboarding.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"restore_failed_text": "Bitkit restored your savings, but failed to restore your current spending balance (Lightning state) and wallet data.",
"restore_no_backup_button": "Proceed Without Backup",
"restore_no_backup_warn": "If you previously had a lightning backup it will be overwritten and lost. This could result in a loss of funds.",
"empty_wallet": "To get\nstarted\n<accent>send\nBitcoin</accent>\nto your\nwallet.",
"empty_wallet": "To get\nstarted\n<accent>send\nBitcoin</accent>\nto your\nwallet",
"error_create": "Wallet Creation Failed",
"multiple_header": "<accent>Caution:</accent>\nmultiple devices",
"multiple_text": "Don't install your Bitkit recovery phrase into multiple phones simultaneously, as this can corrupt your data."
Expand Down
2 changes: 1 addition & 1 deletion src/utils/i18n/locales/en/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"qr_paste": "Paste QR Code",
"buy_header": "Buy some\n<accent>Bitcoin</accent>",
"buy_text": "Don’t have any Bitcoin or need more?",
"buy_button": "Choose exchange",
"buy_button": "Choose Exchange",
"error_keychain": "Data Connection Issue",
"error_keychain_msg": "An error occured: Could not load primaryKey.",
"connection_restored_title": "Electrum Connection Restored",
Expand Down
4 changes: 2 additions & 2 deletions src/utils/i18n/locales/en/wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@
"details_spending_title": "Spending",
"savings": {
"title": "Savings",
"onboarding": "<accent>Send\nbitcoin</accent>\nto your\nsavings balance."
"onboarding": "<accent>Send\nbitcoin</accent>\nto your\nsavings balance"
},
"spending": {
"title": "Spending",
"onboarding": "<accent>Send\nbitcoin</accent>\nto your\nspending balance."
"onboarding": "<accent>Send\nbitcoin</accent>\nto your\nspending balance"
},
"details_transfer_subtitle": "Incoming Transfer",
"tx_invalid": "Transaction Invalid",
Expand Down
Loading