keep consistent messages, with fullstop at end

This commit is contained in:
proddy
2024-10-16 21:54:03 +02:00
parent c7b565f033
commit 3f1c30c948
4 changed files with 5 additions and 5 deletions

View File

@@ -175,7 +175,7 @@ const Modules = () => {
return (
<>
<Box mb={2} color="warning.main">
<Typography variant="body1">{LL.MODULES_DESCRIPTION()}</Typography>
<Typography variant="body1">{LL.MODULES_DESCRIPTION()}.</Typography>
</Box>
<Table
data={{ nodes: modules }}