fix parameters2

This commit is contained in:
Matias Alejo Garcia 2015-08-12 11:52:04 -03:00
commit 5ad2532593

View file

@ -243,7 +243,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.updateError = false;
return fc.getStatus(function(err, ret) {
if (err) {
self.updateError = bwsError.msg(err, 'Could not update Wallet');
self.updateError = bwsError.msg(err, gettext('Could not update Wallet'));
} else {
if (!opts.quiet)
self.setOngoingProcess('scanning', ret.wallet.scanning);