i18n 'Received message with unknown identity key'

// FREEBIE
This commit is contained in:
2-4601 2016-04-23 21:05:43 +03:00 committed by lilia
parent 52992a8f12
commit 60fe1e2cea
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@
assert.equal(message.getDescription(), i18n('sessionEnded'));
message = messages.add({type: 'incoming', errors: [{name: 'OutgoingIdentityKeyError'}]});
assert.equal(message.getDescription(), 'Received message with unknown identity key.');
assert.equal(message.getDescription(), i18n('incomingKeyConflict'));
});