Skip to content

Commit ed529f0

Browse files
fix: rename tenants key to databases
1 parent 0f2ce65 commit ed529f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/Cluster/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"context_storage-description": "Storage usage is a cumulative usage of raw disk space of all media types",
4343
"context_network-description": "Network usage is the average outgoing bandwidth usage across all nodes in the cluster",
4444

45-
"tab_tenants": "Databases",
45+
"tab_databases": "Databases",
4646
"tab_nodes": "Nodes",
4747
"tab_storage": "Storage",
4848
"tab_network": "Network",

src/containers/Cluster/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export type ClusterTab = ValueOf<typeof clusterTabsIds>;
2222
const tenants = {
2323
id: clusterTabsIds.tenants,
2424
get title() {
25-
return i18n('tab_tenants');
25+
return i18n('tab_databases');
2626
},
2727
};
2828
const nodes = {

0 commit comments

Comments
 (0)