text changes

This commit is contained in:
Proddy
2021-08-03 13:21:43 +02:00
parent 53e25ae213
commit 9515e3d00b

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 external temperature sensors were detected</i> <i>no connected Dallas temperature sensors were detected</i>
</Typography> </Typography>
</Box> </Box>
)} )}