Release notes for 8.8

This commit is contained in:
ayumi-signal
2026-04-15 12:13:15 -07:00
parent 09ea0b615a
commit 12874afa8a
+1 -1
View File
@@ -31,7 +31,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--6" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--2" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {