mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
text change
This commit is contained in:
@@ -421,7 +421,7 @@ class EMSESPDataForm extends Component<
|
|||||||
{this.noSensors() && (
|
{this.noSensors() && (
|
||||||
<Box color="warning.main" p={0} mt={0} mb={0}>
|
<Box color="warning.main" p={0} mt={0} mb={0}>
|
||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
<i>no connected Dallas temperature sensors were detected</i>
|
<i>no Dallas temperature sensors were detected</i>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
@@ -613,7 +613,7 @@ class EMSESPDataForm extends Component<
|
|||||||
{this.noDeviceData() && (
|
{this.noDeviceData() && (
|
||||||
<Box color="warning.main" p={0} mt={0} mb={0}>
|
<Box color="warning.main" p={0} mt={0} mb={0}>
|
||||||
<Typography variant="body1">
|
<Typography variant="body1">
|
||||||
<i>No data available for this device</i>
|
<i>no data available for this device</i>
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user