Skip to content

Commit 328f1d4

Browse files
author
Alam, Maksudul
committed
Minor name change
1 parent 4fc0d95 commit 328f1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

viz/src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ function App({ refdata, refflowdata, refflowdata_reactive, ggdata, gendata, gene
17031703
<AccordionSummary style={{ height: "20px", minHeight: "30px", paddingRight: "40px", paddingLeft: "0px" }} expandIcon={<ArrowDropDownIcon />}>
17041704
<Typography>
17051705
<Checkbox checked={flowlayeractive} style={{ color: "primary" }} onChange={handleFlowLayerChange} />
1706-
Active Flow
1706+
Active Power Flow
17071707
</Typography>
17081708
</AccordionSummary>
17091709
<AccordionDetails>
@@ -1728,7 +1728,7 @@ function App({ refdata, refflowdata, refflowdata_reactive, ggdata, gendata, gene
17281728
<AccordionSummary style={{ height: "20px", minHeight: "30px", paddingRight: "40px", paddingLeft: "0px" }} expandIcon={<ArrowDropDownIcon />}>
17291729
<Typography>
17301730
<Checkbox checked={reactiveflowlayeractive} style={{ color: "primary" }} onChange={handleReactiveFlowLayerChange} />
1731-
Reactive Flow
1731+
Reactive Power Flow
17321732
</Typography>
17331733
</AccordionSummary>
17341734
<AccordionDetails>

0 commit comments

Comments
 (0)