add signature
This commit is contained in:
parent
e95956e5a8
commit
0fbba35105
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue