Skip to content

Commit

Permalink
fix(ui): fix some (en) copy
Browse files Browse the repository at this point in the history
  • Loading branch information
pwltr committed Jun 3, 2024
1 parent 451595c commit 6608ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6608ccd

Please sign in to comment.