Skip to content

Commit

Permalink
fix(checkout): typo (#8063)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibie authored Dec 9, 2020
1 parent 90520a6 commit f6fc018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/grants/templates/grants/cart-vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ <h1 class="col-auto text-left font-bigger-2 black" style="font-weight: bold; mar
class="btn btn-gc-blue button--full shadow-none py-3 mt-1"
:disabled="cart.unsupportedTokens.length > 0"
id='js-zkSyncfundGrants-button'
v-b-tooltip.hover.top="'zkSync is a scaling solution for Ethereum. Its enables extremely low cost transfers of ETH and ERC20 tokens in the Ethereum network (Cheaper option).'"
v-b-tooltip.hover.top="'zkSync is a scaling solution for Ethereum. It enables extremely low cost transfers of ETH and ERC20 tokens but requires locking funds in layer 2 (cheaper option).'"
>
Checkout with zkSync
</button>
Expand Down Expand Up @@ -499,7 +499,7 @@ <h1 class="font-bigger-4 font-weight-bold mt-2">Pay with zkSync</h1>
{% comment %} End HTML Template for cart-ethereum-zksync.js {% endcomment %}
</div>
<div class="col-auto">
<button class="btn btn-outline-gc-blue shadow-none py-3 mt-1" id='js-fundGrants-button' @click="standardCheckout" :disabled="isCheckoutOngoing" v-b-tooltip.hover.top="'Tranditional Ethereum easy payouts with your connected wallet funds (Easiest option).'">
<button class="btn btn-outline-gc-blue shadow-none py-3 mt-1" id='js-fundGrants-button' @click="standardCheckout" :disabled="isCheckoutOngoing" v-b-tooltip.hover.top="'Traditional Ethereum easy payout using funds from your connected wallet (easiest option).'">
Standard Checkout
</button>
</div>
Expand Down

0 comments on commit f6fc018

Please sign in to comment.