From 4494616f74657b60d2c10a96a3855162a366c8a9 Mon Sep 17 00:00:00 2001 From: Johannes222 Date: Wed, 22 Apr 2020 14:17:45 +0200 Subject: [PATCH] annotation-menu: fix remove annotation typo --- .../src/components/annotation-page/top-bar/annotation-menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 76a0cf98e88f..3fb1c192722f 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);