Release notes for 7.7

This commit is contained in:
Fedor Indutny 2024-04-25 15:57:56 +02:00
parent 1834c09b28
commit fbf868c380
2 changed files with 1 additions and 13 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--6" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__bugfixes--3" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {