Skip to content

Commit

Permalink
Merge pull request #129 from zkLinkProtocol/feat/withdraw_merge
Browse files Browse the repository at this point in the history
fix text error
  • Loading branch information
zkLeonardo authored Apr 17, 2024
2 parents 4c0d7d4 + a1fb928 commit b58afc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/transactions/Withdraw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<a :href="MergeTokenContractUrl" target="_blacnk" class="underline underline-offset-2"
>token merge contract</a
>
. Therefore, the available withdrawal amount for merged USDC to {{ selectedNetwork.l1Network?.name }} is {{ mergeTokenLockedBalance }}
. Therefore, the available withdrawal amount for merged {{ selectedToken?.symbol }} to {{ selectedNetwork.l1Network?.name }} is {{ mergeTokenLockedBalance }}
<p class="warnNote">
Note: All LRT points will continue to be calculated after you request a withdrawal. They will appear in the next few days in dashboard due to the data synchronization process.
</p>
Expand Down

0 comments on commit b58afc1

Please sign in to comment.