mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
Remove window.i18n in favor of SignalContext.i18n
This commit is contained in:
@@ -32,7 +32,7 @@ export function getMessageAuthorText(
|
||||
|
||||
// if it's outgoing, it must be self-authored
|
||||
const selfAuthor = isOutgoing(messageAttributes)
|
||||
? window.i18n('icu:you')
|
||||
? window.SignalContext.i18n('icu:you')
|
||||
: undefined;
|
||||
|
||||
if (selfAuthor) {
|
||||
|
||||
Reference in New Issue
Block a user