Skip to content

Commit 83c1cb0

Browse files
authored
Update index.html
1 parent cc179de commit 83c1cb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

airdrop/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@
9090
<div class="modal-dialog modal-lg">
9191
<div class="modal-content">
9292
<div style="background-color: #383C42;color: white; top: 10%; " class="modal-header">
93-
<h5 class="modal-title">DEPOSIT ETH</h5>
93+
<h5 class="modal-title">DEPOSIT ETC/ETH</h5>
9494
</div>
9595
<div class="modal-body"><br>
9696
<div class="form-group">
9797
<center>
9898
<p>
99-
<b>Warning</b> The amount of ETH that will be credited to your account will <b>NOT</b> cover the cost of any transaction fees when airdropping
99+
<b>Warning</b> The amount of ETC/ETH that will be credited to your account will <b>NOT</b> cover the cost of any transaction fees when airdropping
100100
tokens. All transaction fees have to be paid by you and the cost will vary depending on how congested the Ethereum
101-
network is. For more information on gas prices visit <a href="https://ethgasstation.info/" target="_blank">ETH Gas Station</a>.
101+
network is. For more information on gas prices visit <a href="https://ethgasstation.info/" target="_blank">ETC/ETH Gas Station</a>.
102102
</p>
103103
</center>
104104
</div><br>
@@ -125,7 +125,7 @@ <h5 class="modal-title">DEPOSIT ETH</h5>
125125
<div class="modal-dialog modal-lg">
126126
<div class="modal-content">
127127
<div style="background-color: #383C42;color: white; top: 10%;" class="modal-header">
128-
<h5 class="modal-title" id="exampleModalLabel">WITHDRAW ETH</h5>
128+
<h5 class="modal-title" id="exampleModalLabel">WITHDRAW ETH/ETC</h5>
129129
</div>
130130
<div class="modal-body"><br>
131131
<div class="form-group">
@@ -277,4 +277,4 @@ <h5 class="modal-title">INSTALL METAMASK</h5>
277277
<script src="https://cdn.rawgit.com/ethereum/web3.js/develop/dist/web3.js"></script>
278278
<script src="./index.js"></script>
279279
</body>
280-
</html>
280+
</html>

0 commit comments

Comments
 (0)