Improve error message when user tries to send small amount

This commit is contained in:
Gabriel Bazán 2016-06-30 16:08:19 -03:00
commit 634c805c07

View file

@ -107,7 +107,7 @@ angular.module('copayApp.services')
body = gettextCatalog.getString('Copayer data mismatch');
break;
case 'DUST_AMOUNT':
body = gettextCatalog.getString('Amount below dust threshold');
body = gettextCatalog.getString('Amount below minimum allowed');
break;
case 'INCORRECT_ADDRESS_NETWORK':
body = gettextCatalog.getString('Incorrect address network');