rollback PL translations for User type

This commit is contained in:
proddy
2024-04-26 20:39:37 +02:00
parent 444bd67f07
commit 7973c3d4a8
12 changed files with 369 additions and 196 deletions

View File

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