Release notes for 8.3

This commit is contained in:
Fedor Indutny
2026-03-11 14:00:36 -07:00
parent 0bb9198ce9
commit a07668ed0e
2 changed files with 3 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.2--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__8.3--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {