Polish translation update

This commit is contained in:
pswid
2024-04-26 09:11:16 +02:00
parent 3270139b01
commit a3b0e37060
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>