fix: missing breadcrumb translation, wrong spacing in user layout (#872)
This commit is contained in:
@@ -43,7 +43,7 @@ export default async function Layout({ children, params }: PropsWithChildren<Lay
|
||||
/>
|
||||
<Grid>
|
||||
<GridCol span={12}>
|
||||
<Group justify="space-between" align="center">
|
||||
<Group align="center">
|
||||
<UserAvatar user={user} size="lg" />
|
||||
<Stack gap={0}>
|
||||
<Title order={3}>{user.name}</Title>
|
||||
|
||||
@@ -1680,6 +1680,12 @@ export default {
|
||||
},
|
||||
general: "General",
|
||||
security: "Security",
|
||||
groups: {
|
||||
label: "Groups",
|
||||
},
|
||||
invites: {
|
||||
label: "Invites",
|
||||
},
|
||||
},
|
||||
tools: {
|
||||
label: "Tools",
|
||||
|
||||
Reference in New Issue
Block a user