Fixes strings and prepares to translation
This commit is contained in:
parent
6087541a6d
commit
d842a9f8ef
7 changed files with 75 additions and 51 deletions
|
|
@ -54,13 +54,13 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
if (n > 1 && isChromeApp)
|
||||
self.seedOptions.push({
|
||||
id: 'ledger',
|
||||
label: gettext('Ledger Hardware Wallet'),
|
||||
label: 'Ledger Hardware Wallet',
|
||||
});
|
||||
|
||||
if (isChromeApp || isDevel) {
|
||||
self.seedOptions.push({
|
||||
id: 'trezor',
|
||||
label: gettext('Trezor Hardware Wallet'),
|
||||
label: 'Trezor Hardware Wallet',
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue