open tx modal from home

This commit is contained in:
Javier 2016-09-20 13:56:54 -03:00
commit 64b879fcd3
4 changed files with 52 additions and 31 deletions

View file

@ -32,6 +32,7 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
'sweepingWallet': gettext('Sweeping Wallet...'),
'validatingWallet': gettext('Validating wallet integrity...'),
'validatingWords': gettext('Validating recovery phrase...'),
'loadingTxInfo': gettext('Loading transaction info...'),
};
root.clear = function() {