Merge pull request #4522 from gabrielbazan7/refactor/errorMessage

Improve error message when user tries to send small amount
This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-30 16:40:32 -03:00 committed by GitHub
commit f4e7422576

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