From 3bdb6977e63bc8d2767aa115e74e88fe0c82bde9 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:38:55 -0800 Subject: [PATCH] Fix typo in unknownContact --- ts/models/messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/models/messages.ts b/ts/models/messages.ts index 4ef88e5683..eb1d79eda6 100644 --- a/ts/models/messages.ts +++ b/ts/models/messages.ts @@ -461,7 +461,7 @@ export class MessageModel extends window.Backbone.Model { window.ConversationController.get(conversationId); return conversation ? conversation.getTitle() - : window.i18n('unnkownContact'); + : window.i18n('unknownContact'); }, renderString: ( key: string,