diff --git a/packages/main/src/webComponents/ExpandableText/index.tsx b/packages/main/src/webComponents/ExpandableText/index.tsx index a159f564979..c5f3aac6794 100644 --- a/packages/main/src/webComponents/ExpandableText/index.tsx +++ b/packages/main/src/webComponents/ExpandableText/index.tsx @@ -86,7 +86,7 @@ interface ExpandableTextPropTypes * On phones, if the component is configured to display the full text in a popover, the popover will appear in full screen. * * __Note:__ For compatibility reasons, `children`, `showOverflowInPopover`, and `renderWhitespace` are added by the UI5 Web Components for React wrapper and are not part of the underlying web component (`ui5-expandable-text`). - * These props will be removed in the next release; see their deprecation notices for alternatives. + * These props will be removed in the next major release (not yet planned); see their deprecation notices for alternatives. * * __Note__: This is a UI5 Web Component! [Repository](https://github.com/SAP/ui5-webcomponents) | [Documentation](https://sap.github.io/ui5-webcomponents/) *