controllers: typo in walletHome (#4108)
This commit is contained in:
parent
5886b22f07
commit
e0c15e0bac
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue