Release notes for 7.72

This commit is contained in:
trevor-signal
2025-09-18 10:12:46 -04:00
parent 4dccbdb5fb
commit 37fa65e893
2 changed files with 1 additions and 13 deletions

View File

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