text changes

This commit is contained in:
proddy
2021-07-29 16:54:22 +02:00
parent f210466cb1
commit 2ee0411582

View File

@@ -112,15 +112,17 @@ class EMSESPSettingsForm extends Component<EMSESPSettingsFormProps> {
<ValidatorForm onSubmit={saveData}> <ValidatorForm onSubmit={saveData}>
<Box bgcolor="info.main" p={2} mt={2} mb={2}> <Box bgcolor="info.main" p={2} mt={2} mb={2}>
<Typography variant="body1"> <Typography variant="body1">
Adjust any of the EMS-ESP settings here. For help refer to the{' '} <i>
<Link consult the
target="_blank" <Link
href="https://emsesp.github.io/docs/#/Configure-firmware32?id=ems-esp-settings" target="_blank"
color="primary" href="https://emsesp.github.io/docs/#/Configure-firmware32?id=ems-esp-settings"
> color="primary"
{'online documentation'} >
</Link> {' documentation'}
. </Link>
&nbsp;for help explaining the settings below
</i>
</Typography> </Typography>
</Box> </Box>