diff --git a/openmetadata-ui/src/main/resources/ui/src/components/TeamsSelectable/TeamsSelectable.tsx b/openmetadata-ui/src/main/resources/ui/src/components/TeamsSelectable/TeamsSelectable.tsx index fba600441f9..468f3e5223c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/TeamsSelectable/TeamsSelectable.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/TeamsSelectable/TeamsSelectable.tsx @@ -35,7 +35,7 @@ interface Props { const TeamsSelectable = ({ onSelectionChange, filterJoinable, - placeholder = 'Start typing the name of team...', + placeholder = 'Search for teams', }: Props) => { const [teamSearchText, setTeamSearchText] = useState('');