We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17bcb2 commit 7299220Copy full SHA for 7299220
ts/components/WhatsNewModal.tsx
@@ -42,7 +42,7 @@ export function WhatsNewModal({
42
const releaseNotes: ReleaseNotesType = {
43
date: new Date(window.getBuildCreation?.() || Date.now()),
44
version: window.getVersion?.(),
45
- features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.62--0" />],
+ features: [<I18n i18n={i18n} id="icu:WhatsNew__bugfixes" />],
46
};
47
48
if (releaseNotes.features.length === 1 && !releaseNotes.header) {
0 commit comments