Release notes for 7.48

This commit is contained in:
ayumi-signal
2025-03-19 14:59:28 -07:00
parent 1464fe7373
commit af2b04cf73
2 changed files with 5 additions and 9 deletions

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.47--0" />],
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.48--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {