Commit 73e69f9f authored by lianahus's avatar lianahus Committed by Liana Husikyan

some corrections to the text

parent 02dd885b
...@@ -26,7 +26,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP ...@@ -26,7 +26,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP
var el = yo` var el = yo`
<div> <div>
<div>You are about to create a transaction on the main network. Confirm details to send to your provider.</div> <div>You are about to create a transaction on the main network. Confirm the details to send to your provider.</div>
<div class="mt-3 ${css.txInfoBox}"> <div class="mt-3 ${css.txInfoBox}">
<div> <div>
<span class="text-dark mr-2">From:</span> <span class="text-dark mr-2">From:</span>
...@@ -55,7 +55,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP ...@@ -55,7 +55,7 @@ function confirmDialog (tx, amount, gasEstimation, self, newGasPriceCb, initialP
<div class="d-flex align-items-center my-1"> <div class="d-flex align-items-center my-1">
<span class="text-dark mr-2">Gas price:</span> <span class="text-dark mr-2">Gas price:</span>
<input class="form-control mr-1" style='width: 40px; height: 28px;'id='gasprice' oninput=${onGasPriceChange} /> <input class="form-control mr-1" style='width: 40px; height: 28px;'id='gasprice' oninput=${onGasPriceChange} />
<span>Gwei (visit <a target='_blank' href='https://ethgasstation.info'>ethgasstation.info</a> to get more info about gas price)</span> <span>Gwei (visit <a target='_blank' href='https://ethgasstation.info'>ethgasstation.info</a> for current gas price info.)</span>
</div> </div>
<div class="d-flex align-items-center"> <div class="d-flex align-items-center">
<span class="text-dark mr-2 mb-3">Data:</span> <span class="text-dark mr-2 mb-3">Data:</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment