diff --git a/cvat-ui/src/components/annotation-page/top-bar/annotation-menu.tsx b/cvat-ui/src/components/annotation-page/top-bar/annotation-menu.tsx index 76a0cf98..3fb1c192 100644 --- a/cvat-ui/src/components/annotation-page/top-bar/annotation-menu.tsx +++ b/cvat-ui/src/components/annotation-page/top-bar/annotation-menu.tsx @@ -74,7 +74,7 @@ export default function AnnotationMenuComponent(props: Props): JSX.Element { } else if (copyParams.key === Actions.REMOVE_ANNO) { Modal.confirm({ title: 'All annotations will be removed', - content: 'You are goung to remove all annotations from the client. ' + content: 'You are going to remove all annotations from the client. ' + 'It will stay on the server till you save a job. Continue?', onOk: () => { onClickMenu(copyParams);