add signature

This commit is contained in:
Matias Alejo Garcia 2015-06-17 16:31:07 -03:00
commit 0fbba35105
No known key found for this signature in database
GPG key ID: 9EDE6DE4DE531FAC

View file

@ -545,6 +545,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
var errMessage =
fc.credentials.m > 1 ? gettext('Could not create payment proposal') : gettext('Could not send payment');
//This are abnormal situations, but still err message will not be translated
//(the should) we should switch using err.code and use proper gettext messages
errMessage = errMessage + '. ' + (err.message ? err.message : gettext('Check you connection and try again'));
this.error = errMessage;