mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix left pane preview text for timer changes
This commit is contained in:
@@ -1072,9 +1072,11 @@
|
||||
return { text: i18n('disappearingMessagesDisabled') };
|
||||
}
|
||||
|
||||
return i18n('timerSetTo', [
|
||||
Whisper.ExpirationTimerOptions.getAbbreviated(expireTimer || 0),
|
||||
]);
|
||||
return {
|
||||
text: i18n('timerSetTo', [
|
||||
Whisper.ExpirationTimerOptions.getAbbreviated(expireTimer || 0),
|
||||
]),
|
||||
};
|
||||
}
|
||||
|
||||
if (this.isKeyChange()) {
|
||||
|
||||
Reference in New Issue
Block a user