Fix typos and translated message

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

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