mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-15 19:24:24 +01:00
bring back 100k warning
This commit is contained in:
committed by
Tony Giorgio
parent
208f42fbed
commit
b86b8cc235
@@ -122,7 +122,7 @@
|
||||
"error_creating_unified": "Defaulting to On-chain. Something went wrong when creating the unified address",
|
||||
"error_creating_address": "Something went wrong when creating the on-chain address",
|
||||
"amount_editable": {
|
||||
"receive_too_small": "A lightning setup fee might be deducted from the requested amount.",
|
||||
"receive_too_small": "Your first receive needs to be {{amount}} SATS or greater.",
|
||||
"setup_fee_lightning": "A lightning setup fee will be charged if paid over lightning.",
|
||||
"more_than_21m": "There are only 21 million bitcoin.",
|
||||
"set_amount": "Set amount",
|
||||
@@ -701,7 +701,8 @@
|
||||
"whats_with_the_fees": "What's with the fees?",
|
||||
"self_custodial": "Mutiny is a self-custodial wallet. To initiate a lightning payment we must open a lightning channel, which requires a minimum amount and a setup fee.",
|
||||
"future_payments": "Future payments, both send and receive, will only incur normal network fees and a nominal service fee unless your channel runs out of inbound capacity.",
|
||||
"liquidity": "Learn more about liquidity"
|
||||
"liquidity": "Learn more about liquidity",
|
||||
"fedimint": "If you join a federation, no setup fee or minimum is required."
|
||||
},
|
||||
"confirm_dialog": {
|
||||
"are_you_sure": "Are you sure?",
|
||||
|
||||
@@ -12,6 +12,7 @@ export function FeesModal() {
|
||||
>
|
||||
<p>{i18n.t("modals.more_info.self_custodial")}</p>
|
||||
<p>{i18n.t("modals.more_info.future_payments")}</p>
|
||||
<p>{i18n.t("modals.more_info.fedimint")}</p>
|
||||
<p>
|
||||
<ExternalLink href="https://github.com/MutinyWallet/mutiny-web/wiki/Understanding-liquidity">
|
||||
{i18n.t("modals.more_info.liquidity")}
|
||||
|
||||
Reference in New Issue
Block a user