Fixes strings and prepares to translation

This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-11 14:11:35 -03:00
commit d842a9f8ef
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
7 changed files with 75 additions and 51 deletions

View file

@ -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',
});
}
};