text change

This commit is contained in:
proddy
2021-08-10 09:23:04 +02:00
parent 30ce3f1dc3
commit 6c1bfccfaf

View File

@@ -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>
)} )}