fix: wording in chequebook setup (#211)

* fix: wording in chequebook setup

* fix: code linting

Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
This commit is contained in:
Attila Gazso
2021-10-04 17:06:53 +02:00
committed by GitHub
parent b69e368f69
commit e7188f4a35
@@ -16,10 +16,10 @@ const ChequebookDeployFund = ({ chequebookAddress, isOk }: Props): ReactElement
<div> <div>
<span> <span>
Your chequebook is either not deployed or funded. To run the node you will need xDAI and xBZZ on the xDai Your chequebook is either not deployed or funded. To run the node you will need xDAI and xBZZ on the xDai
network. You may need to aquire BZZ through (e.g. <a href="https://bzz.exchange/">bzz.exchange</a>) and network. You may need to aquire BZZ (e.g. <a href="https://bzz.exchange/">bzz.exchange</a>) and bridge it
bridge it to the xDai network through the <a href="https://omni.xdaichain.com/bridge">omni bridge</a>. To to the xDai network through the <a href="https://omni.xdaichain.com/bridge">omni bridge</a>. To pay the
pay the transaction fees, you will also need xDAI token. You can purchase DAI on the network and bridge it transaction fees, you will also need xDAI token. You can purchase DAI on the network and bridge it to xDai
to xDai network through the <a href="https://bridge.xdaichain.com/">xDai Bridge</a>. See the{' '} network through the <a href="https://bridge.xdaichain.com/">xDai Bridge</a>. See the{' '}
<a href="https://www.xdaichain.com/#xdai-stable-chain">official xDai website</a> for more information. <a href="https://www.xdaichain.com/#xdai-stable-chain">official xDai website</a> for more information.
</span> </span>
</div> </div>