add fullstop to title

This commit is contained in:
proddy
2024-10-21 13:50:28 +02:00
parent 07d35fd19c
commit 670a2bbb4a

View File

@@ -237,7 +237,7 @@ const Dashboard = () => {
<Grid container spacing={0} justifyContent="flex-start"> <Grid container spacing={0} justifyContent="flex-start">
<Grid size={11}> <Grid size={11}>
<Typography mb={2} variant="body1" color="warning"> <Typography mb={2} variant="body1" color="warning">
{LL.DASHBOARD_1()} {LL.DASHBOARD_1()}.
</Typography> </Typography>
</Grid> </Grid>