We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e370ed2 commit 946eef8Copy full SHA for 946eef8
src/internal-plugins/indexes/lib/component/usage-column.jsx
@@ -10,7 +10,8 @@ const TOOLTIP_ID = 'index-usage';
10
/**
11
* No usage stats constant.
12
*/
13
-const NO_USAGE_STATS = 'Server versions prior to 3.2 do not support $indexStats';
+const NO_USAGE_STATS = 'Either the server does not support the $indexStats command' +
14
+ 'or the user is not authorized to execute it.';
15
16
17
* Component for the usage column.
0 commit comments