Skip to content

Commit 7299220

Browse files
committed
release notes
1 parent e17bcb2 commit 7299220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/components/WhatsNewModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function WhatsNewModal({
4242
const releaseNotes: ReleaseNotesType = {
4343
date: new Date(window.getBuildCreation?.() || Date.now()),
4444
version: window.getVersion?.(),
45-
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.62--0" />],
45+
features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
4646
};
4747

4848
if (releaseNotes.features.length === 1 && !releaseNotes.header) {

0 commit comments

Comments
 (0)