fix translation

This commit is contained in:
Tobias Maestrini 2024-02-25 13:16:43 +01:00
parent c04724917a
commit febd4af1f2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const SelectToolList: React.FC<ISelectToolList> = (props) => {
return (
<>
<List sx={{ width: "100%", maxWidth: 360, bgcolor: "background.paper" }}>
{tools.length > 0 ? tools : "Fant ingen verktøy. Kontakt support."}
{tools.length > 0 ? tools : "No tools found. Please contact support."}
</List>
<DialogActions>
<Button