Skip to content

Commit ec84121

Browse files
authored
chore(compass-indexes): Update tooltip shown when managing "Search Indexes" is not supported COMPASS-7978 (#6247)
Update tooltip contents
1 parent 49f7aee commit ec84121

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,14 @@ export const IndexesToolbar: React.FunctionComponent<IndexesToolbarProps> = ({
163163
}
164164
>
165165
<p>
166-
The Atlas Search index management in Compass is only
167-
available for Atlas local deployments and M10+ clusters
168-
running MongoDB 6.0.7 or newer.
166+
Atlas Search index management in Compass is only available
167+
for Atlas local deployments and clusters running MongoDB
168+
6.0.7 or newer.
169169
</p>
170170
<p>
171-
For clusters running an earlier version of MongoDB or
172-
shared tier clusters you can manage your Atlas Search
173-
indexes from the Atlas web UI, with the CLI, or with the
174-
Administration API.
171+
For clusters running an earlier version of MongoDB, you
172+
can manage your Atlas Search indexes from the Atlas web
173+
Ul, with the CLI, or with the Administration API.
175174
</p>
176175
</Tooltip>
177176
)}

0 commit comments

Comments
 (0)