From 1a65cebadc3c1d30e377d70d00732fd24662fecb Mon Sep 17 00:00:00 2001
From: Adrien Denat
Date: Wed, 22 May 2019 18:28:19 -0300
Subject: [PATCH] feat(issuer): add copy with instruction to KETH faucet
---
packages/polymath-ui/src/redux/account/actions.js | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
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
)
);