Fix translate - label width
This commit is contained in:
parent
4c94dc8c6e
commit
7dbbf08290
2 changed files with 4 additions and 3 deletions
|
|
@ -58,13 +58,13 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
if (n > 1 && isChromeApp)
|
||||
self.seedOptions.push({
|
||||
id: 'ledger',
|
||||
label: gettext('Ledger Hardware Wallet'),
|
||||
label: 'Ledger',
|
||||
});
|
||||
|
||||
if (isChromeApp || isDevel) {
|
||||
self.seedOptions.push({
|
||||
id: 'trezor',
|
||||
label: gettext('Trezor Hardware Wallet'),
|
||||
label: 'Trezor',
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue