mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 02:48:23 +01:00
Remove window.i18n in favor of SignalContext.i18n
This commit is contained in:
@@ -12,7 +12,7 @@ const PLACEHOLDER_CONTACT: ConversationType = {
|
||||
id: PLACEHOLDER_CONTACT_ID,
|
||||
isMe: false,
|
||||
sharedGroupNames: [],
|
||||
title: window.i18n('icu:unknownContact'),
|
||||
title: window.SignalContext.i18n('icu:unknownContact'),
|
||||
type: 'direct',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user