Skip to content

Commit d2fbebd

Browse files
rongxinyinRongxin Yin
andauthored
basic page term rewording (#28)
Co-authored-by: Rongxin Yin <[email protected]>
1 parent 8bc4067 commit d2fbebd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/src/components/Basic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default function Basic() {
198198
...prev,
199199
createVisualizations(
200200
[1, 2, 3, 4, "Average"],
201-
"Estimated Watt Shed per Square Foot per Hour",
201+
"Estimated Watt Shed per Square Foot",
202202
"Hours",
203203
"Power (Watts)",
204204
W_ft2,
@@ -392,7 +392,7 @@ export default function Basic() {
392392
color="white.main"
393393
sx={{ fontWeight: "bold", marginLeft: 1 }}
394394
>
395-
Floor Height (ft²)
395+
Floor Height (ft)
396396
</Typography>
397397
<TextField
398398
id="outlined-basic"
@@ -450,7 +450,7 @@ export default function Basic() {
450450
color="white.main"
451451
sx={{ fontWeight: "bold", m: 1, marginTop: 3 }}
452452
>
453-
HVAC Temp DR Shed Capacity Calculation
453+
Demand Shed Capacity Calculation
454454
</Typography>
455455
<Grid container spacing={2}>
456456
<Grid item xs={6}>
@@ -466,7 +466,7 @@ export default function Basic() {
466466
color="white.main"
467467
sx={{ fontWeight: "bold", marginLeft: 1, marginTop: 3.5 }}
468468
>
469-
Precool Period Temp Offset (°F)
469+
Precooling Period Temp Offset (°F)
470470
</Typography>
471471
<TextField
472472
id="outlined-basic"

0 commit comments

Comments
 (0)