text change

This commit is contained in:
proddy
2021-03-10 17:48:26 +01:00
parent 52fde4e15b
commit 1670c346bc

View File

@@ -221,7 +221,7 @@ class EMSESPDevicesForm 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>There are no external temperature sensors connected</i> <i>no external temperature sensors were detected</i>
</Typography> </Typography>
</Box> </Box>
)} )}