Release notes for 8.23

This commit is contained in:
Fedor Indutny
2026-08-05 15:46:49 -07:00
parent d1197796ae
commit 014e46de72
+1 -1
View File
@@ -28,7 +28,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--2" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes--3" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {