diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7340f20..fd0f467fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- Upgraded to Vite 8 and React 19. + ## [3.0.0-rc3] - 2026-05-11 - Made the Admin login sidebar text configurable via the new `ADMIN_LOGIN_SCREEN_TEXT` diff --git a/assets/admin/app.jsx b/assets/admin/app.jsx index 7c67ac413..be6b7c4fc 100644 --- a/assets/admin/app.jsx +++ b/assets/admin/app.jsx @@ -171,6 +171,7 @@ function App() { useEffect(() => { i18next.init({ + showSupportNotice: false, interpolation: { escapeValue: false }, // React already does escaping lng: "da", // language to use keySeparator: ".", diff --git a/assets/admin/components/media/image-list.jsx b/assets/admin/components/media/image-list.jsx index 9b49fdc2b..d74abc8d1 100644 --- a/assets/admin/components/media/image-list.jsx +++ b/assets/admin/components/media/image-list.jsx @@ -51,8 +51,8 @@ function ImageList({ media = [], multiple }) { />