if not enough funds, now states 'insufficient confirmed funds'
This commit is contained in:
parent
c7bcef9888
commit
8e89e95a34
2 changed files with 3 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ angular.module('copayApp.services')
|
|||
body = gettextCatalog.getString('Could not build transaction');
|
||||
break;
|
||||
case 'INSUFFICIENT_FUNDS':
|
||||
body = gettextCatalog.getString('Insufficient funds');
|
||||
body = gettextCatalog.getString('Insufficient confirmed funds');
|
||||
break;
|
||||
case 'CONNECTION_ERROR':
|
||||
body = gettextCatalog.getString('Network error');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue