Release notes for 7.10

This commit is contained in:
trevor-signal 2024-05-15 15:37:06 -04:00
parent 96e38690c2
commit 749499b5f4
2 changed files with 2 additions and 6 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--1" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__bugfixes--2" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {