Release notes for 7.8

This commit is contained in:
Jamie Kyle 2024-05-01 14:38:49 -07:00
parent 81d6358339
commit f9491312c0
2 changed files with 5 additions and 1 deletions

View file

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