mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
i18n 'Secure session ended'
// FREEBIE
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
assert.equal(message.getDescription(), 'Updated the group. Title is now \'blerg\'. Bob joined the group.', 'Notes when there are multiple changes to group_updates properties.');
|
||||
|
||||
message = messages.add({flags: true});
|
||||
assert.equal(message.getDescription(), 'Secure session ended.');
|
||||
assert.equal(message.getDescription(), i18n('sessionEnded'));
|
||||
|
||||
message = messages.add({type: 'incoming', errors: [{name: 'OutgoingIdentityKeyError'}]});
|
||||
assert.equal(message.getDescription(), 'Received message with unknown identity key.');
|
||||
|
||||
Reference in New Issue
Block a user