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 0f2ce65 commit ed529f0Copy full SHA for ed529f0
src/containers/Cluster/i18n/en.json
@@ -42,7 +42,7 @@
42
"context_storage-description": "Storage usage is a cumulative usage of raw disk space of all media types",
43
"context_network-description": "Network usage is the average outgoing bandwidth usage across all nodes in the cluster",
44
45
- "tab_tenants": "Databases",
+ "tab_databases": "Databases",
46
"tab_nodes": "Nodes",
47
"tab_storage": "Storage",
48
"tab_network": "Network",
src/containers/Cluster/utils.tsx
@@ -22,7 +22,7 @@ export type ClusterTab = ValueOf<typeof clusterTabsIds>;
22
const tenants = {
23
id: clusterTabsIds.tenants,
24
get title() {
25
- return i18n('tab_tenants');
+ return i18n('tab_databases');
26
},
27
};
28
const nodes = {
0 commit comments