i18n 'Secure session ended'
// FREEBIE
This commit is contained in:
parent
91083ab158
commit
52992a8f12
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
return messages.join(' ');
|
||||
}
|
||||
if (this.isEndSession()) {
|
||||
return 'Secure session ended.';
|
||||
return i18n('sessionEnded');
|
||||
}
|
||||
if (this.isIncoming() && this.hasKeyConflicts()) {
|
||||
return 'Received message with unknown identity key.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue