File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ export default function Basic() {
198
198
...prev ,
199
199
createVisualizations (
200
200
[ 1 , 2 , 3 , 4 , "Average" ] ,
201
- "Estimated Watt Shed per Square Foot per Hour " ,
201
+ "Estimated Watt Shed per Square Foot" ,
202
202
"Hours" ,
203
203
"Power (Watts)" ,
204
204
W_ft2 ,
@@ -392,7 +392,7 @@ export default function Basic() {
392
392
color = "white.main"
393
393
sx = { { fontWeight : "bold" , marginLeft : 1 } }
394
394
>
395
- Floor Height (ft² )
395
+ Floor Height (ft)
396
396
</ Typography >
397
397
< TextField
398
398
id = "outlined-basic"
@@ -450,7 +450,7 @@ export default function Basic() {
450
450
color = "white.main"
451
451
sx = { { fontWeight : "bold" , m : 1 , marginTop : 3 } }
452
452
>
453
- HVAC Temp DR Shed Capacity Calculation
453
+ Demand Shed Capacity Calculation
454
454
</ Typography >
455
455
< Grid container spacing = { 2 } >
456
456
< Grid item xs = { 6 } >
@@ -466,7 +466,7 @@ export default function Basic() {
466
466
color = "white.main"
467
467
sx = { { fontWeight : "bold" , marginLeft : 1 , marginTop : 3.5 } }
468
468
>
469
- Precool Period Temp Offset (°F)
469
+ Precooling Period Temp Offset (°F)
470
470
</ Typography >
471
471
< TextField
472
472
id = "outlined-basic"
You can’t perform that action at this time.
0 commit comments