diff --git a/js/controllers/import.js b/js/controllers/import.js index c186ad0da..58b3227f9 100644 --- a/js/controllers/import.js +++ b/js/controllers/import.js @@ -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; } diff --git a/js/controllers/more.js b/js/controllers/more.js index 5bd705d90..6bd28e4ab 100644 --- a/js/controllers/more.js +++ b/js/controllers/more.js @@ -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() { diff --git a/views/more.html b/views/more.html index 5617ad194..31ce78d85 100644 --- a/views/more.html +++ b/views/more.html @@ -33,7 +33,7 @@

Delete Wallet

If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet.

- Delete + Delete