Fix typos and translated message

This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-15 17:10:11 -03:00
parent 6fb1a9a4a3
commit 205cd39599
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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() {

View File

@ -33,7 +33,7 @@
<h3><i class="fi-minus-circle m10r"></i> <span translate> Delete Wallet </span></h3>
<p translate class="large-8 columns text-gray">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.</p>
<div class="large-4 columns">
<a translate class="button warning expand" ng-really-message="'Are you sure to delete this wallet from this computer?'|translate" ng-really-click="deleteWallet()"> Delete</a>
<a translate class="button warning expand" ng-really-message="{{'Are you sure to delete this wallet from this computer?'|translate}}" ng-really-click="deleteWallet()"> Delete</a>
</div>
</div>
<p>