File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/containers/Tenant/Query/QueryResult/i18n
tests/suites/tenant/queryEditor/models Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}}" ,
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ export enum ButtonNames {
2626export enum ResultTabNames {
2727 Result = 'Result' ,
2828 Stats = 'Stats' ,
29- Schema = 'Schema ' ,
30- ExplainPlan = 'Explain Plan ' ,
29+ Schema = 'Computation Graph ' ,
30+ ExplainPlan = 'Explain' ,
3131}
3232
3333export enum QueryTabs {
You can’t perform that action at this time.
0 commit comments