Skip to content

Commit

Permalink
language on registration
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 17, 2024
1 parent fa3d43e commit 80d82af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/register/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
</div>
</div>
<p>
Your wallet will need to be supplied with a small amount of ETH on the {$wallet.chain.name} network to complete registration and to make code future submissions.{#if $wallet.chain.id === 324} You can quickly bridge ETH from Ethereum to {$wallet.chain.name} <a href="https://portal.zksync.io/bridge/" target="_blank">here</a>.{/if}
Your wallet will need to be supplied with a very small amount of ETH (much less than $1 worth) on the {$wallet.chain.name} network to complete registration and to make all future code submissions.{#if $wallet.chain.id === 324} You can quickly bridge ETH from Ethereum to {$wallet.chain.name} <a href="https://portal.zksync.io/bridge/" target="_blank">here</a>.{/if}
</p>
<div>
<button
Expand Down

0 comments on commit 80d82af

Please sign in to comment.