Skip to content

Commit e8b0d75

Browse files
committed
minor fix
1 parent 3f61505 commit e8b0d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/editorPage/editor-page/editor-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class EditorPage {
7474
const demoConstraints = ["drop", "addv", "addvertex", "addedge", "adde", "property", "addlabel"]
7575
demoConstraints.forEach(constraint => {
7676
if (value.toLowerCase().includes(constraint)) {
77-
throw Error(`You can not perform ${constraint} operation in Demo mode!`)
77+
throw Error(`You can perform this operation in Demo mode !`)
7878
}
7979
})
8080
}

0 commit comments

Comments
 (0)