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