mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Update release notes
This commit is contained in:
@@ -42,7 +42,7 @@ export function WhatsNewModal({
|
|||||||
const releaseNotes: ReleaseNotesType = {
|
const releaseNotes: ReleaseNotesType = {
|
||||||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||||
version: window.getVersion?.(),
|
version: window.getVersion?.(),
|
||||||
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
|
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--2" />],
|
||||||
};
|
};
|
||||||
|
|
||||||
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
|
||||||
|
|||||||
Reference in New Issue
Block a user