change widget name in GUI

This commit is contained in:
Matthias Hochmeister
2026-03-04 08:08:00 +01:00
parent 029a721c43
commit 179bbabd58
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ const BookStackRecentWidget: React.FC = () => {
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}> <Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
<MenuBook color="disabled" /> <MenuBook color="disabled" />
<Typography variant="h6" sx={{ flexGrow: 1 }} color="text.secondary"> <Typography variant="h6" sx={{ flexGrow: 1 }} color="text.secondary">
BookStack Neueste Seiten Wissen Neueste Seiten
</Typography> </Typography>
</Box> </Box>
<Typography variant="body2" color="text.secondary" sx={{ py: 2, textAlign: 'center' }}> <Typography variant="body2" color="text.secondary" sx={{ py: 2, textAlign: 'center' }}>
@@ -108,7 +108,7 @@ const BookStackRecentWidget: React.FC = () => {
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}> <Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
<MenuBook color="primary" /> <MenuBook color="primary" />
<Typography variant="h6" sx={{ flexGrow: 1 }}> <Typography variant="h6" sx={{ flexGrow: 1 }}>
BookStack Neueste Seiten Wissen Neueste Seiten
</Typography> </Typography>
</Box> </Box>

View File

@@ -135,7 +135,7 @@ const BookStackSearchWidget: React.FC = () => {
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}> <Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
<MenuBook color="disabled" /> <MenuBook color="disabled" />
<Typography variant="h6" sx={{ flexGrow: 1 }} color="text.secondary"> <Typography variant="h6" sx={{ flexGrow: 1 }} color="text.secondary">
BookStack Suche Wissen Suche
</Typography> </Typography>
</Box> </Box>
<Typography variant="body2" color="text.secondary" sx={{ py: 2, textAlign: 'center' }}> <Typography variant="body2" color="text.secondary" sx={{ py: 2, textAlign: 'center' }}>
@@ -158,7 +158,7 @@ const BookStackSearchWidget: React.FC = () => {
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}> <Box sx={{ display: 'flex', alignItems: 'center', gap: 1, mb: 2 }}>
<MenuBook color="primary" /> <MenuBook color="primary" />
<Typography variant="h6" sx={{ flexGrow: 1 }}> <Typography variant="h6" sx={{ flexGrow: 1 }}>
BookStack Suche Wissen Suche
</Typography> </Typography>
</Box> </Box>