Skip to content

Commit 20ee45c

Browse files
JimmyChoiMDBAnemy
andauthored
update phrasing
Co-authored-by: Rhys <[email protected]>
1 parent d96142a commit 20ee45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ export const IndexesToolbar: React.FunctionComponent<IndexesToolbarProps> = ({
207207
{serverSupportsSearchIndexManagement(serverVersion) ? (
208208
<p>
209209
Unable to fetch search indexes. This can occur when your
210-
cluster does not support search indexes or the listing
211-
search indexes request failed.
210+
cluster does not support search indexes or the request
211+
to list search indexes failed.
212212
</p>
213213
) : (
214214
<>

0 commit comments

Comments
 (0)