Fix typos
This commit is contained in:
parent
8138e5c9eb
commit
d5516ed394
7 changed files with 8 additions and 8 deletions
|
|
@ -27,7 +27,7 @@ angular.module('copayApp.controllers').controller('importLegacyController',
|
|||
});
|
||||
|
||||
self.scan = function(ids) {
|
||||
$log.debug('### Scaning: ' + ids)
|
||||
$log.debug('### Scanning: ' + ids)
|
||||
var i = 0;
|
||||
lodash.each(ids, function(id) {
|
||||
$rootScope.$emit('Local/WalletImported', id);
|
||||
|
|
|
|||
|
|
@ -452,7 +452,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
});
|
||||
};
|
||||
|
||||
// This handles errors from BWS/index with are nomally
|
||||
// This handles errors from BWS/index which normally
|
||||
// trigger from async events (like updates).
|
||||
// Debounce function avoids multiple popups
|
||||
var _handleError = function(err) {
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
};
|
||||
|
||||
var GLIDERA_LOCK_TIME = 6 * 60 * 60;
|
||||
// isGlidera flag is a security mesure so glidera status is not
|
||||
// isGlidera flag is a security measure so glidera status is not
|
||||
// only determined by the tx.message
|
||||
this.openTxpModal = function(tx, copayers, isGlidera) {
|
||||
$rootScope.modalOpened = true;
|
||||
|
|
@ -1110,7 +1110,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
|
||||
if (!paypro.verified) {
|
||||
self.resetForm();
|
||||
$log.warn('Failed to verified payment protocol signatured');
|
||||
$log.warn('Failed to verify payment protocol signatures');
|
||||
self.error = gettext('Payment Protocol Invalid');
|
||||
$timeout(function() {
|
||||
$rootScope.$digest();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue