Merge pull request #4308 from JDonadio/fix/ionic-ui-02

Fix translate - label width
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-08 12:15:53 -03:00
commit 52afcfbc90
2 changed files with 4 additions and 3 deletions

View file

@ -161,7 +161,8 @@
</div>
<div class="oh" ng-show="create.seedSourceId == 'new'">
<label for="single-address" class="dbi">
<span translate>Single Address</span> <small translate>For audit purposes</small>
<span class="db" translate>Single Address Wallet</span>
<small translate>For audit purposes</small>
<ion-toggle ng-model="singleAddressEnabled" toggle-class="toggle-balanced" class="bct">
</ion-toggle>
</label>