Skip to content
Snippets Groups Projects
Commit b517f38a authored by Albin Henriksson's avatar Albin Henriksson
Browse files

Fix wrong text

parent 1d93e6c0
No related branches found
No related tags found
1 merge request!67Fix wrong text
Pipeline #41217 passed with warnings
......@@ -181,7 +181,7 @@ const UserManager: React.FC = (props: any) => {
))}
</TableBody>
</Table>
{(!users || users.length === 0) && <Typography>Inga tävlingar hittades med nuvarande filter</Typography>}
{(!users || users.length === 0) && <Typography>Inga användare hittades med nuvarande filter</Typography>}
</TableContainer>
<TablePagination
component="div"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment