diff --git a/packages/polymath-ui/src/redux/account/actions.js b/packages/polymath-ui/src/redux/account/actions.js index cd767837d..9308c7193 100644 --- a/packages/polymath-ui/src/redux/account/actions.js +++ b/packages/polymath-ui/src/redux/account/actions.js @@ -368,6 +368,18 @@ export const faucet = (message: string, amount?: number = 100500) => async ( » button below to receive {thousandsDelimiter(amount)} test POLY in your wallet.

+

+ To receive your Kovan Testnet POLY, you’ll need a supply of KETH + (Kovan Testnet ETH) to pay for gas fees. To receive your KETH,{' '} + + click here + {' '} + and follow the steps to receive your KETH. +


This option is not available on the Mainnet. @@ -394,7 +406,7 @@ export const faucet = (message: string, amount?: number = 100500) => async ( }, title, buttonLabel, - '', + 'pui-large-confirm-modal', headerLabel ) );