diff --git a/app/assets/v2/js/grants/fund.js b/app/assets/v2/js/grants/fund.js
index 86a51ce2224..0943120eca1 100644
--- a/app/assets/v2/js/grants/fund.js
+++ b/app/assets/v2/js/grants/fund.js
@@ -12,7 +12,7 @@ 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');
+ // _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 dfe89717d80..9cf4073648a 100644
--- a/app/assets/v2/js/grants/new.js
+++ b/app/assets/v2/js/grants/new.js
@@ -6,7 +6,7 @@ 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');
+ // _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) => {