mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
add missing fullstop
This commit is contained in:
@@ -313,7 +313,7 @@ const Scheduler = () => {
|
|||||||
<SectionContent>
|
<SectionContent>
|
||||||
{blocker ? <BlockNavigation blocker={blocker} /> : null}
|
{blocker ? <BlockNavigation blocker={blocker} /> : null}
|
||||||
<Box mb={2} color="warning.main">
|
<Box mb={2} color="warning.main">
|
||||||
<Typography variant="body1">{LL.SCHEDULER_HELP_1()}</Typography>
|
<Typography variant="body1">{LL.SCHEDULER_HELP_1()}.</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
{renderSchedule()}
|
{renderSchedule()}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user