Merge pull request #4522 from gabrielbazan7/refactor/errorMessage
Improve error message when user tries to send small amount
This commit is contained in:
commit
f4e7422576
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue