diff --git a/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx b/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx
index 5e5da0854fa..d65830e4f47 100644
--- a/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx
+++ b/packages/dnb-design-system-portal/src/docs/uilib/about-the-lib/releases/eufemia/v10-info.mdx
@@ -344,10 +344,11 @@ The Anchor was moved from `/elements` to `/components`.
### [Modal](/uilib/components/modal), [Dialog](/uilib/components/dialog) and [Drawer](/uilib/components/drawer)
-1.`closeButtonAttributes` of Modal, Dialog, and Drawer is deprecated and no longer supported.
+1. `closeButtonAttributes` of Modal, Dialog, and Drawer is deprecated and no longer supported.
2. Modal's `mode` property is now deprecated and removed.
- `` now behaves as `` did previously.
+ In earlier versions, the `mode` property defaulted to `dialog`. So if you've used `` without the `mode` property, which would default to `mode="dialog"`, please convert from `` to `` as of v10.
+ `` now(as of v10) behaves as `` did in previous versions of eufemia.
When you convert from `` simply change to ``.