Fix incorrect translation key: unknownUser -> unnkownContact

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2022-01-24 12:54:08 -08:00 committed by GitHub
parent 71bf37fa55
commit a273ccf25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,