controllers: typo in walletHome (#4108)

This commit is contained in:
Braydon Fuller 2016-04-21 16:20:50 -04:00 committed by Matias Alejo Garcia
commit e0c15e0bac

View file

@ -1284,7 +1284,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
}
if (resp.amount == 0) {
self.error = gettext("Not enought funds for fee");
self.error = gettext("Not enough funds for fee");
$scope.$apply();
return;
}