i18n 'Error handling incoming message'
// FREEBIE
This commit is contained in:
parent
60fe1e2cea
commit
b9ecdbf402
2 changed files with 4 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
return i18n('incomingKeyConflict');
|
||||
}
|
||||
if (this.isIncoming() && this.hasErrors()) {
|
||||
return 'Error handling incoming message.';
|
||||
return i18n('incomingError');
|
||||
}
|
||||
|
||||
return this.get('body');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue