fix parameters2
This commit is contained in:
parent
d61206d2c0
commit
5ad2532593
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
self.updateError = false;
|
self.updateError = false;
|
||||||
return fc.getStatus(function(err, ret) {
|
return fc.getStatus(function(err, ret) {
|
||||||
if (err) {
|
if (err) {
|
||||||
self.updateError = bwsError.msg(err, 'Could not update Wallet');
|
self.updateError = bwsError.msg(err, gettext('Could not update Wallet'));
|
||||||
} else {
|
} else {
|
||||||
if (!opts.quiet)
|
if (!opts.quiet)
|
||||||
self.setOngoingProcess('scanning', ret.wallet.scanning);
|
self.setOngoingProcess('scanning', ret.wallet.scanning);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue