From 73804b636642ee9413e98c10d46ba22f70dd23d3 Mon Sep 17 00:00:00 2001 From: Owocki Date: Wed, 31 Jul 2019 03:56:13 -0600 Subject: [PATCH] make fix --- app/assets/v2/js/pages/increase_bounty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/v2/js/pages/increase_bounty.js b/app/assets/v2/js/pages/increase_bounty.js index 21c4259ef13..9b99128de73 100644 --- a/app/assets/v2/js/pages/increase_bounty.js +++ b/app/assets/v2/js/pages/increase_bounty.js @@ -22,7 +22,7 @@ $(document).ready(function() { waitforWeb3(function() { if (!is_funder()) { $('input, select').removeAttr('disabled'); - $("#increase_funding_explainer").html("Your transaction is secured by the Gitcoin's crowdfunding technology on the Ethereum blockchain. Learn more here."); + $('#increase_funding_explainer').html("Your transaction is secured by the Gitcoin's crowdfunding technology on the Ethereum blockchain. Learn more here."); } });