mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
i18n 'Error handling incoming message'
// FREEBIE
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
return i18n('incomingKeyConflict');
|
||||
}
|
||||
if (this.isIncoming() && this.hasErrors()) {
|
||||
return 'Error handling incoming message.';
|
||||
return i18n('incomingError');
|
||||
}
|
||||
|
||||
return this.get('body');
|
||||
|
||||
Reference in New Issue
Block a user