diff --git a/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx index 2070f111fd2..0bbd3fd705c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx @@ -49,7 +49,6 @@ const ManageTab: FunctionComponent = ({ allowSoftDelete, isRecursiveDelete, deletEntityMessage, - manageSectionType, handleIsJoinable, }: ManageProps) => { const { userPermissions, isAdminUser } = useAuth(); @@ -302,9 +301,6 @@ const ManageTab: FunctionComponent = ({ className="tw-max-w-3xl tw-mx-auto" data-testid="manage-tab" id="manageTabDetails"> -

- Manage {manageSectionType ? manageSectionType : 'Section'} -

-

Delete section

{allowSoftDelete && ( diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx index f6ba3639d40..d6b4f1ac26a 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx @@ -97,8 +97,8 @@ const OwnerWidget = ({

Owner

- Lorem ipsum dolor, sit amet consectetur adipisicing elit. - Necessitatibus, sint. + The Team owner details are found here. Team ownership can be + changed

@@ -163,8 +163,8 @@ const OwnerWidget = ({ Open to join

- Lorem ipsum dolor, sit amet consectetur adipisicing elit. - Necessitatibus, sint. + Turn on toggle to allow any user to join the team. To restrict + access, keep the toggle off