diff --git a/app/assets/v2/js/grants/fund.js b/app/assets/v2/js/grants/fund.js index fae778a836b..cf60e7f37b0 100644 --- a/app/assets/v2/js/grants/fund.js +++ b/app/assets/v2/js/grants/fund.js @@ -12,6 +12,8 @@ document.suppress_faucet_solicitation = 1; $(document).ready(function() { + _alert({ message: gettext('Note: Brave users seem to have issues while contributing to Grants while using both Brave Wallet and MetaMask. We recommend disabling one. For more info, see this issue') }, 'warning'); + predictPhantomCLRMatch(); predictCLRMatch(); diff --git a/app/assets/v2/js/grants/new.js b/app/assets/v2/js/grants/new.js index 5bc4ffe0019..a408973d001 100644 --- a/app/assets/v2/js/grants/new.js +++ b/app/assets/v2/js/grants/new.js @@ -5,6 +5,9 @@ let description = new Quill('#input-description', { }); $(document).ready(function() { + + _alert({ message: gettext('Note: Brave users seem to have issues while contributing to Grants while using both Brave Wallet and MetaMask. We recommend disabling one. For more info, see this issue') }, 'warning'); + if (web3 && web3.eth) { web3.eth.net.isListening((error, connectionStatus) => { if (connectionStatus)