Fix left pane preview text for timer changes
This commit is contained in:
parent
91a591c6ca
commit
9d64b6e8d7
1 changed files with 5 additions and 3 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue