Skip to content

Commit

Permalink
Shortening the tool tip copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zlsgh committed Sep 8, 2021
1 parent d15811e commit 40ea1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/cart/eth.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <h4 class="col gc-font-base text-dark p-0">Summary</h4>
class="btn btn-outline-primary py-2 w-100 text-nowrap ml-0 ml-md-2 mt-2 mt-md-0"
:disabled="cart.unsupportedTokens.length > 0 || grantsByTenant.length > maxCartItems || grantsUnderMinimalContribution?.length > 0"
id='js-polygonfundGrants-button'
v-b-tooltip.hover.top="'Polygon is a protocol for building and connecting Ethereum-compatible blockchain networks. Checking out with Polygon enables the transfer of ETH and ERC-20 tokens with low-cost transaction fees and fast confirmation. To take advantage of these benefits you must have preloaded funds in Polygon (cheapest option).'"
v-b-tooltip.hover.top="'Checking out with Polygon enables the transfer of ETH and ERC-20 tokens with low-cost transaction fees and fast confirmation. To take advantage of these benefits you must have preloaded funds in Polygon (cheapest option).'"
>
Checkout with Polygon
</button>
Expand Down

0 comments on commit 40ea1b3

Please sign in to comment.