fix translation
This commit is contained in:
parent
c04724917a
commit
febd4af1f2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue