Skip to content

Commit b9d9f0b

Browse files
authored
fix: rename tabs in query result (#1987)
1 parent 336d74b commit b9d9f0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/containers/Tenant/Query/QueryResult/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description.empty-result": "There is no {{activeSection}} for the request",
44
"action.result": "Result",
55
"action.stats": "Stats",
6-
"action.schema": "Schema",
7-
"action.explain-plan": "Explain Plan",
6+
"action.schema": "Computation Graph",
7+
"action.explain-plan": "Explain",
88
"action.json": "JSON",
99
"action.ast": "AST",
1010
"action.copy": "Copy {{activeSection}}",

tests/suites/tenant/queryEditor/models/QueryEditor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export enum ButtonNames {
2626
export enum ResultTabNames {
2727
Result = 'Result',
2828
Stats = 'Stats',
29-
Schema = 'Schema',
30-
ExplainPlan = 'Explain Plan',
29+
Schema = 'Computation Graph',
30+
ExplainPlan = 'Explain',
3131
}
3232

3333
export enum QueryTabs {

0 commit comments

Comments
 (0)