diff --git a/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js b/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js index 892e094..18c9df9 100644 --- a/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js +++ b/react/src/components/dashboard/claimInterestModal/claimInterestModal.render.js @@ -47,6 +47,12 @@ export const _ClaimInterestTableRender = function() {

{ translate('CLAIM_INTEREST.TIP') }: { translate('CLAIM_INTEREST.TIP_DESC') }

+ { this.props.ActiveCoin && + this.props.ActiveCoin.mode === 'native' && +

+ { translate('CLAIM_INTEREST.NOTICE') }: { translate('CLAIM_INTEREST.NATIVE_INTEREST_CHANGE_DESC') } +

+ } { this.state.totalInterest > 0 &&
diff --git a/react/src/components/main/walletMain.js b/react/src/components/main/walletMain.js index 9195d12..a4b16b5 100644 --- a/react/src/components/main/walletMain.js +++ b/react/src/components/main/walletMain.js @@ -14,7 +14,10 @@ class WalletMain extends React.Component { type="text" id="js-copytextarea" /> + { /* + */ + } diff --git a/react/src/translate/en.js b/react/src/translate/en.js index c9dd4cf..b28bc24 100644 --- a/react/src/translate/en.js +++ b/react/src/translate/en.js @@ -28,7 +28,9 @@ export const _lang = { 'LOADING': 'Loading interest data', 'NO_DATA': 'No data', 'TIP': 'Tip', + 'NOTICE': 'Notice', 'TIP_DESC': 'don\'t attempt to claim interest smaller than 0.01 KMD. A fee you have to pay for transaction will be more or equal to the interest amount.', + 'NATIVE_INTEREST_CHANGE_DESC': 'It\'s likely that interest is going to be credited as a separate transaction to a newely created KMD address. This is how native implements interest claiming.', }, 'ABOUT': { 'AGAMA_WALLET': 'Agama Wallet',