Merge branch 'emsesp:dev' into dev

This commit is contained in:
Proddy
2024-04-26 20:33:59 +02:00
committed by GitHub
24 changed files with 79 additions and 79 deletions

View File

@@ -201,7 +201,7 @@ const LayoutMenu: FC = () => {
<ListItemText
sx={{ pl: 2 }}
primary={me.username}
secondary={(me.admin ? LL.ADMIN() : LL.GUEST()) + ' Account'}
secondary={(me.admin ? LL.ADMIN() : LL.GUEST())}
/>
</ListItem>
</List>