Fix typos and translated message
This commit is contained in:
parent
6fb1a9a4a3
commit
205cd39599
3 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ angular.module('copayApp.controllers').controller('ImportController',
|
|||
|
||||
if (!backupFile) {
|
||||
$scope.loading = false;
|
||||
notification.error('Error', 'Please, select your backup file or paste the file contents');
|
||||
notification.error('Error', 'Please, select your backup file');
|
||||
$scope.loading = false;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ angular.module('copayApp.controllers').controller('MoreController',
|
|||
if (removed) {
|
||||
controllerUtils.updateBalance();
|
||||
}
|
||||
notification.info('Tx Proposals Purged', removed + ' transaction proposal purged');
|
||||
notification.info('Transactions Proposals Purged', removed + ' transaction proposal purged');
|
||||
};
|
||||
|
||||
$scope.updateIndexes = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue