change widget name in GUI
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user