diff --git a/client/src/plugins/version-info/ReleaseInfo.js b/client/src/plugins/version-info/ReleaseInfo.js
index 73a9db42ba..29466ed097 100644
--- a/client/src/plugins/version-info/ReleaseInfo.js
+++ b/client/src/plugins/version-info/ReleaseInfo.js
@@ -44,16 +44,12 @@ export function ReleaseInfo(props) {
-
-
Properties panel quality of life improvements
- We removed automatic (magic) sorting from all properties panels. Additional minor improvements ensure that implementing Camunda 7 and 8 is simpler than ever.
+ Accessibility improvements
+ This release enhances keyboard navigation, adds screen-reader friendly labels, and better visual cues for the benefit of our users.
-
-
More robust BPMN diagram import
- Various improvements ensure that the modeler can import even what is (accidentally) broken.
-
- -
-
New modeling experience inside
- You can now enable our reworked context pad via a feature toggle.
+ Form component documentation
+ Documentation links embedded into the properties panel give you quick access to functions and configurations each Form component supports.
-
Bug fixes and more