mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
keep consistent messages, with fullstop at end
This commit is contained in:
@@ -285,7 +285,7 @@ const CustomEntities = () => {
|
|||||||
<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.ENTITIES_HELP_1()}</Typography>
|
<Typography variant="body1">{LL.ENTITIES_HELP_1()}.</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{renderEntity()}
|
{renderEntity()}
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ const Help = () => {
|
|||||||
|
|
||||||
<Box p={2} color="warning.main">
|
<Box p={2} color="warning.main">
|
||||||
<Typography mb={1} variant="body1">
|
<Typography mb={1} variant="body1">
|
||||||
{LL.HELP_INFORMATION_4()}
|
{LL.HELP_INFORMATION_4()}.
|
||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
startIcon={<DownloadIcon />}
|
startIcon={<DownloadIcon />}
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ const Modules = () => {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Box mb={2} color="warning.main">
|
<Box mb={2} color="warning.main">
|
||||||
<Typography variant="body1">{LL.MODULES_DESCRIPTION()}</Typography>
|
<Typography variant="body1">{LL.MODULES_DESCRIPTION()}.</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
<Table
|
<Table
|
||||||
data={{ nodes: modules }}
|
data={{ nodes: modules }}
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ const DownloadUpload = () => {
|
|||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Typography mb={1} variant="body1" color="warning">
|
<Typography mb={1} variant="body1" color="warning">
|
||||||
{LL.DOWNLOAD_SETTINGS_TEXT()}
|
{LL.DOWNLOAD_SETTINGS_TEXT()}.
|
||||||
</Typography>
|
</Typography>
|
||||||
<Grid container spacing={1}>
|
<Grid container spacing={1}>
|
||||||
<Button
|
<Button
|
||||||
@@ -269,7 +269,7 @@ const DownloadUpload = () => {
|
|||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Box color="warning.main" sx={{ pb: 2 }}>
|
<Box color="warning.main" sx={{ pb: 2 }}>
|
||||||
<Typography variant="body1">{LL.UPLOAD_TEXT()}</Typography>
|
<Typography variant="body1">{LL.UPLOAD_TEXT()}.</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<SingleUpload doRestart={doRestart} />
|
<SingleUpload doRestart={doRestart} />
|
||||||
|
|||||||
Reference in New Issue
Block a user