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:25 -08:00 committed by GitHub
parent 9c594c387f
commit 25c068d488
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,