mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
🐛 Missing translation on user invites page
This commit is contained in:
@@ -42,7 +42,6 @@ interface ManageLayoutProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const ManageLayout = ({ children }: ManageLayoutProps) => {
|
export const ManageLayout = ({ children }: ManageLayoutProps) => {
|
||||||
const { t } = useTranslation('layout/manage');
|
|
||||||
const packageVersion = usePackageAttributesStore((x) => x.attributes.packageVersion);
|
const packageVersion = usePackageAttributesStore((x) => x.attributes.packageVersion);
|
||||||
const theme = useMantineTheme();
|
const theme = useMantineTheme();
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ export const boardNamespaces = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const manageNamespaces = [
|
export const manageNamespaces = [
|
||||||
'manage/common',
|
'layout/manage',
|
||||||
'manage/boards',
|
'manage/boards',
|
||||||
'manage/users',
|
'manage/users',
|
||||||
'manage/users/invites',
|
'manage/users/invites',
|
||||||
|
|||||||
Reference in New Issue
Block a user