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