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>
|
<Grid>
|
||||||
<GridCol span={12}>
|
<GridCol span={12}>
|
||||||
<Group justify="space-between" align="center">
|
<Group align="center">
|
||||||
<UserAvatar user={user} size="lg" />
|
<UserAvatar user={user} size="lg" />
|
||||||
<Stack gap={0}>
|
<Stack gap={0}>
|
||||||
<Title order={3}>{user.name}</Title>
|
<Title order={3}>{user.name}</Title>
|
||||||
|
|||||||
@@ -1680,6 +1680,12 @@ export default {
|
|||||||
},
|
},
|
||||||
general: "General",
|
general: "General",
|
||||||
security: "Security",
|
security: "Security",
|
||||||
|
groups: {
|
||||||
|
label: "Groups",
|
||||||
|
},
|
||||||
|
invites: {
|
||||||
|
label: "Invites",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
tools: {
|
tools: {
|
||||||
label: "Tools",
|
label: "Tools",
|
||||||
|
|||||||
Reference in New Issue
Block a user