Release notes for 7.2

This commit is contained in:
trevor-signal 2024-03-06 15:27:42 -05:00
parent cf381cd46c
commit 8eeff4fd1f
2 changed files with 4 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__v7.1--0" />],
features: [<Intl i18n={i18n} id="icu:WhatsNew__v7.2--0" />],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {