mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-21 02:07:02 +00:00
Fix typo in unknownContact
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user