if not enough funds, now states 'insufficient confirmed funds'

This commit is contained in:
Kadir Sekha 2018-01-29 17:13:59 -04:00
commit 8e89e95a34
2 changed files with 3 additions and 3 deletions

View file

@ -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');