Skip to content

Commit ef19edb

Browse files
committed
fix: rename tabs in query result
1 parent 249011d commit ef19edb

File tree

1 file changed

+2
-2
lines changed
  • src/containers/Tenant/Query/QueryResult/i18n

1 file changed

+2
-2
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}}",

0 commit comments

Comments
 (0)