Unverified Commit 43d5937f authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge pull request #1487 from ethereum/LianaHus-patch-5

linked the label to the checkbox
parents d041cfa7 a40b73aa
...@@ -113,8 +113,8 @@ function confirmDialog (tx, network, amount, gasEstimation, newGasPriceCb, initi ...@@ -113,8 +113,8 @@ function confirmDialog (tx, network, amount, gasEstimation, newGasPriceCb, initi
</div> </div>
</div> </div>
<div class="d-flex py-1 align-items-center custom-control custom-checkbox ${css.checkbox}"> <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"> <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> <label class="m-0 form-check-label custom-control-label" for="confirmsetting">Do not show this warning again.</label>
</div> </div>
</div> </div>
` `
......
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