Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polygon copy updates #9445

Merged
merged 1 commit into from
Sep 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions 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 solution that enables low cost transaction fees and transfer of ETH and ERC-20 tokens with fast confirmation time. To take advantage of these benefits, this method of payment requires 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 Expand Up @@ -225,7 +225,7 @@ <h2 class="mt-2 text-left">Pay with Polygon (Matic)</h2>
<div class="text-left mt-2">
<h3 class="font-subheader">What is Polygon (Matic)?</h3>
<p>
Polygon (Matic) is an Ethereum sidechain solution, which means you can checkout
Polygon (Matic) is an Ethereum sidechain solution, which means you can contribute to
your favorite grants with much lower transaction fees and much faster confirmation time.
</p>
<h3 class="font-subheader">How do I pay with Polygon (Matic)?</h3>
Expand Down Expand Up @@ -261,7 +261,7 @@ <h3 class="font-subheader">Having issues with depositing funds to Polygon (Matic
</p>
</div>
<button @click="closePolygonModal()" class="mt-2 btn btn-lg btn-gc-blue shadow-none float-right">
Close modal
Close
</button>
</div>
</div>
Expand Down