diff --git a/messages/en.json b/messages/en.json index c7acd936a..0056bdfa8 100644 --- a/messages/en.json +++ b/messages/en.json @@ -5,8 +5,6 @@ "active_session": "Active Session", "block_height_numbered": "Block #{height}", "block_height_numbered_description": "Block #{height} was produced by {producer} on {timestamp}, which included {transactions} transactions performing {actions} actions.", - "buy_eos_with_coinbase": "Buy EOS with Coinbase", - "coinbase_service_unavailable": "Coinbase service is currently unavailable.", "common_about_something": "About {thing}", "common_action": "Action", "common_amount_exceeds_balance": "Amount exceeds available balance.", @@ -94,23 +92,15 @@ "contract_view_title": "Contract: {contract} | {network}", "delegation_metadata_refund_description": "Claim previously delegated {network} tokens.", "delegation_metadata_refund_title": "Refund Delegated {network} Tokens", - "details": "Details", "error_loading_accounts": "Error loading accounts: {error}", - "exchanges": "Exchanges:", "form_validation_insufficient_balance": "Insufficient {unit} balance. Please enter a smaller amount.", "form_validation_invalid_number_decimals": "Invalid number, too many decimal places.", - "fund_account": "Fund Account", - "fund_account_description": "Purchase EOS tokens to fund your account", "key_page_description": "A public key associated with {accounts} account(s) on the {network} network.", "key_page_subtitle": "The {accounts} account(s) associated with this public key", "key_page_title": "Public Key", "legacy_key": "Legacy Key", - "limits": "Limits", "loading_accounts": "Loading accounts...", - "must_be_logged_in_for_feature": "You must be logged in with an account to use this feature.", "no_accounts_found": "No accounts found", - "no_supported_funding_methods": "No supported funding methods for this blockchain.", - "processing_fees": "Processing fees", "ram_available_balance": "RAM Available", "ram_form_buy_amount": "Amount of RAM to buy:", "ram_metadata_buy_description": "Exchange {token} for RAM on the {network} network using an {network} compatible wallet.", @@ -124,7 +114,6 @@ "ram_to_purchase": "RAM to be bought", "ram_to_sell": "RAM to be sold", "search_view_type": "View {type}", - "select_provider": "Select provider", "send_amount_to_send": "Amount to send", "send_enter_amount": "Enter the amount of {token} to send", "send_memo_placeholder": "Specify a public memo for this transfer (optional)", @@ -159,7 +148,21 @@ "staking_network_title": "{network} Network Staking", "staking_withdraw_timeframe": "Withdrawable in 21 days", "test_locale_string": "This is a test", - "tokens_purchase_providers": "Tokens can be purchased directly through the following providers:", "total_proceeds": "Total Proceeds", - "where_eos_can_be_purchased": "EOS can be purchased through a number of platforms, depending on the users needs and location.\n\tBelow are some of the most popular options available." + "select_provider": "Select provider", + "must_be_logged_in_for_feature": "You must be logged in with an account to use this feature.", + "processing_fees": "Processing fees", + "limits": "Limits", + "details": "Details", + "buy_eos_with_coinbase": "Buy EOS with Coinbase", + "no_supported_funding_methods": "No supported funding methods for this blockchain.", + "tokens_purchase_providers": "Tokens can be purchased directly through the following providers:", + "coinbase_service_unavailable": "Coinbase service is currently unavailable.", + "where_eos_can_be_purchased": "EOS can be purchased through a number of platforms, depending on the users needs and location.\n\tBelow are some of the most popular options available.", + "exchanges": "Exchanges:", + "fund_account": "Fund Account", + "fund_account_description": "Purchase EOS tokens to fund your account", + "buy_or_transfer_crypto": "Buy or transfer EOS", + "debit_and_credit_card_support": "Debit and credit card support", + "_500_per_day": "$500/day" } diff --git a/src/routes/[network]/(account)/fund/+page.svelte b/src/routes/[network]/(account)/fund/+page.svelte index ecbe7e559..14596d598 100644 --- a/src/routes/[network]/(account)/fund/+page.svelte +++ b/src/routes/[network]/(account)/fund/+page.svelte @@ -17,9 +17,9 @@ range: '1.49% - 3.99%' }, limits: { - daily: '$25,000/day' + daily: m._500_per_day() }, - details: ['United States Only', 'Instant ACH transfers', 'Debit card support', 'Bank wire'], + details: [m.buy_or_transfer_crypto(), m.debit_and_credit_card_support()], action: { text: m.buy_eos_with_coinbase(), handler: 'coinbase',