confirm controller refactor / wip1

This commit is contained in:
Matias Alejo Garcia 2017-06-20 12:14:21 -03:00
commit 9b90b8f2aa
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 362 additions and 354 deletions

View file

@ -110,7 +110,7 @@ angular.module('copayApp.services')
body = gettextCatalog.getString('Amount below minimum allowed');
break;
case 'INCORRECT_ADDRESS_NETWORK':
body = gettextCatalog.getString('Incorrect address network');
body = gettextCatalog.getString('Incorrect network address');
break;
case 'COPAYER_REGISTERED':
body = gettextCatalog.getString('Key already associated with an existing wallet');