Fix typo in unknownContact
This commit is contained in:
parent
1c67df8b22
commit
3bdb6977e6
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
window.ConversationController.get(conversationId);
|
||||
return conversation
|
||||
? conversation.getTitle()
|
||||
: window.i18n('unnkownContact');
|
||||
: window.i18n('unknownContact');
|
||||
},
|
||||
renderString: (
|
||||
key: string,
|
||||
|
|
Loading…
Add table
Reference in a new issue