Fix incorrect translation key: unknownUser -> unnkownContact
This commit is contained in:
parent
7a502ea776
commit
1c67df8b22
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('unknownUser');
|
||||
: window.i18n('unnkownContact');
|
||||
},
|
||||
renderString: (
|
||||
key: string,
|
||||
|
|
Loading…
Reference in a new issue