Fix translate - label width
This commit is contained in:
parent
4c94dc8c6e
commit
7dbbf08290
2 changed files with 4 additions and 3 deletions
|
|
@ -161,7 +161,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="oh" ng-show="create.seedSourceId == 'new'">
|
<div class="oh" ng-show="create.seedSourceId == 'new'">
|
||||||
<label for="single-address" class="dbi">
|
<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 ng-model="singleAddressEnabled" toggle-class="toggle-balanced" class="bct">
|
||||||
</ion-toggle>
|
</ion-toggle>
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
|
|
@ -58,13 +58,13 @@ angular.module('copayApp.controllers').controller('createController',
|
||||||
if (n > 1 && isChromeApp)
|
if (n > 1 && isChromeApp)
|
||||||
self.seedOptions.push({
|
self.seedOptions.push({
|
||||||
id: 'ledger',
|
id: 'ledger',
|
||||||
label: gettext('Ledger Hardware Wallet'),
|
label: 'Ledger',
|
||||||
});
|
});
|
||||||
|
|
||||||
if (isChromeApp || isDevel) {
|
if (isChromeApp || isDevel) {
|
||||||
self.seedOptions.push({
|
self.seedOptions.push({
|
||||||
id: 'trezor',
|
id: 'trezor',
|
||||||
label: gettext('Trezor Hardware Wallet'),
|
label: 'Trezor',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue