Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcoin98 committed Dec 7, 2023
1 parent 6133fe8 commit 404b123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/applytomo/VicZCondition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="tomo-apply text-center">
<h2 class="tmp-title-large">Pay fee by {{ token.name }} token</h2>
<div class="about-VicZ">
<h6 class="tmp-title-normal weightbold">What is VicZ</h6>
<h6 class="tmp-title-normal weightbold">What is Zero Gas Protocol (VicZ)</h6>
<p>
VicZ - the first on-chain protocol that offers the ability for any user
to pay transaction fees with the same token the user is holding. Along with
Expand Down
6 changes: 3 additions & 3 deletions app/components/donate/DonateToken.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<div class="container container-small">
<div class="tomo-donate">
<h2 class="tmp-title-large">Donate TRC-21 transaction fee</h2>
<h2 class="tmp-title-large">Donate transaction fee</h2>
<div class="box-desc">
<h6 class="tmp-title-normal weightbold">Why do we need to donate TRC-21 transaction fee?</h6>
<h6 class="tmp-title-normal weightbold">Why do we need to transaction fee?</h6>
<p>
Token transactions will not be processed if the remaining deposit is not
enough to pay transaction fees. In such a case, to resume the processing
Expand Down Expand Up @@ -47,7 +47,7 @@
class="text-danger pt-2">Token not found</div>
<div
v-if="!isAppliedZ && tokenExist"
class="text-danger pt-2">Token has not been applied to VIC yet</div>
class="text-danger pt-2">Token has not been applied to VICz yet</div>
</b-form-group>
<b-form-group
:description="`Available balance: ${balance} VIC`"
Expand Down

0 comments on commit 404b123

Please sign in to comment.