diff --git a/nest_frontend/hooks/useRepositoryEditor.js b/nest_frontend/hooks/useRepositoryEditor.js index 91d8325..387ad3b 100644 --- a/nest_frontend/hooks/useRepositoryEditor.js +++ b/nest_frontend/hooks/useRepositoryEditor.js @@ -8,7 +8,7 @@ import ContextRepositoryEditor from "../contexts/ContextRepositoryEditor" export default function useRepositoryEditor() { const context = useContext(ContextRepositoryEditor) if(!context) { - throw new Error("Questo componente deve essere messo in un RepositoryEditor.") + throw new Error("This component must be placed inside a RepositoryEditor.") } return context } \ No newline at end of file