better texts and forms
This commit is contained in:
parent
142a6bd03a
commit
4ac32f13a0
10 changed files with 150 additions and 51 deletions
|
|
@ -91,7 +91,7 @@ angular.module('copayApp.services')
|
|||
body = gettextCatalog.getString('This wallet is not registed at the wallet service. Please create it from "Create Wallet" using adding for backup words');
|
||||
break;
|
||||
case 'INVALID_BACKUP':
|
||||
body = gettextCatalog.getString('Backup words are invalid');
|
||||
body = gettextCatalog.getString('Wallet seed is invalid');
|
||||
break;
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ angular.module('copayApp.services')
|
|||
walletClient.seedFromMnemonic(opts.mnemonic, opts.passphrase, network);
|
||||
} catch (ex) {
|
||||
$log.info(ex);
|
||||
return cb(gettext('Could not create: Invalid Backup Words'));
|
||||
return cb(gettext('Could not create: Invalid wallet seed'));
|
||||
}
|
||||
} else if (opts.extendedPublicKey) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue