Fix typo in unknownContact
This commit is contained in:
@@ -461,7 +461,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||||||
window.ConversationController.get(conversationId);
|
window.ConversationController.get(conversationId);
|
||||||
return conversation
|
return conversation
|
||||||
? conversation.getTitle()
|
? conversation.getTitle()
|
||||||
: window.i18n('unnkownContact');
|
: window.i18n('unknownContact');
|
||||||
},
|
},
|
||||||
renderString: (
|
renderString: (
|
||||||
key: string,
|
key: string,
|
||||||
|
Reference in New Issue
Block a user