fix bus and translate to eus
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-31 10:31:49 +03:00
parent fdda45da27
commit a81b1a8579
8 changed files with 72 additions and 69 deletions

View File

@ -62,7 +62,7 @@ export function IdeasTable() {
if (isError) {
return (
<Box sx={{ p: 4, textAlign: 'center' }}>
<Typography color="error">Failed to load ideas</Typography>
<Typography color="error">Не удалось загрузить идеи</Typography>
</Box>
);
}
@ -137,9 +137,9 @@ export function IdeasTable() {
}}
>
<Inbox sx={{ fontSize: 48, mb: 2, opacity: 0.5 }} />
<Typography variant="h6">No ideas yet</Typography>
<Typography variant="h6">Идей пока нет</Typography>
<Typography variant="body2">
Create your first idea to get started
Создайте первую идею, чтобы начать
</Typography>
</Box>
</TableCell>