dex ratio title fix

This commit is contained in:
Satinder Grewal 2017-05-21 04:03:23 +12:00
parent a4fd3f2ef1
commit 63d5da2fb6
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
<div class="col-md-6">
<div class="form-group">
<label for="dexratio" class="control-label">Blocktrail API Key</label>
<label for="dexratio" class="control-label">DEX Ratio</label>
<input type="text" class="form-control dexratio-val" id="dexratio" placeholder="eg. 0.97" required="required"><br>
<button class="btn btn-default dexratio-btn">Set DEX Ratio</button>
</div>