|
|
|
@ -113,8 +113,8 @@ function confirmDialog (tx, network, amount, gasEstimation, newGasPriceCb, initi |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="d-flex py-1 align-items-center custom-control custom-checkbox ${css.checkbox}"> |
|
|
|
|
<input class="form-check-input custom-control-input" id='confirmsetting' type="checkbox"> |
|
|
|
|
<label class="m-0 form-check-label custom-control-label">Do not show this warning again.</label> |
|
|
|
|
<input class="form-check-input custom-control-input" id="confirmsetting" type="checkbox"> |
|
|
|
|
<label class="m-0 form-check-label custom-control-label" for="confirmsetting">Do not show this warning again.</label> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
` |
|
|
|
|