release notes

This commit is contained in:
Yash
2025-08-20 13:29:22 -05:00
parent 5ba8071aa7
commit cec6e36287

View File

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