Make other crypto clearer until we can show rates
This commit is contained in:
parent
4a8ca1a6c9
commit
56cf3464ab
1 changed files with 1 additions and 1 deletions
|
@ -665,7 +665,7 @@ function WalletSwap(props: Props) {
|
||||||
<Form onSubmit={handleStartSwap}>
|
<Form onSubmit={handleStartSwap}>
|
||||||
<Card
|
<Card
|
||||||
title={<I18nMessage tokens={{ lbc: <LbcSymbol size={22} /> }}>Swap Crypto for %lbc%</I18nMessage>}
|
title={<I18nMessage tokens={{ lbc: <LbcSymbol size={22} /> }}>Swap Crypto for %lbc%</I18nMessage>}
|
||||||
subtitle={__('Send crypto to the address provided and you will be sent an equivalent amount of Credits.')}
|
subtitle={__('Send crypto to the address provided and you will be sent an equivalent amount of Credits. You can pay with BCH, LTC, ETH, USDC or DAI after starting the swap.')}
|
||||||
actions={getActionElement()}
|
actions={getActionElement()}
|
||||||
nag={nag ? <Nag relative type={nag.type} message={__(nag.msg)} /> : null}
|
nag={nag ? <Nag relative type={nag.type} message={__(nag.msg)} /> : null}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue