fix bus and translate to eus
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -23,7 +23,7 @@ function App() {
|
||||
Team Planner
|
||||
</Typography>
|
||||
<Typography variant="body1" color="text.secondary">
|
||||
Backlog management for your team
|
||||
Управление бэклогом идей команды
|
||||
</Typography>
|
||||
</Box>
|
||||
<Button
|
||||
@ -31,7 +31,7 @@ function App() {
|
||||
startIcon={<Add />}
|
||||
onClick={() => setCreateModalOpen(true)}
|
||||
>
|
||||
New Idea
|
||||
Новая идея
|
||||
</Button>
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user