Skip to content

Commit 946eef8

Browse files
authored
COMPASS-2362: Updating index usage tooltip (#1352)
1 parent e370ed2 commit 946eef8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/internal-plugins/indexes/lib/component/usage-column.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const TOOLTIP_ID = 'index-usage';
1010
/**
1111
* No usage stats constant.
1212
*/
13-
const NO_USAGE_STATS = 'Server versions prior to 3.2 do not support $indexStats';
13+
const NO_USAGE_STATS = 'Either the server does not support the $indexStats command' +
14+
'or the user is not authorized to execute it.';
1415

1516
/**
1617
* Component for the usage column.

0 commit comments

Comments
 (0)