React UI: Fixed typos in remove annotations confirmation (#1450)

main
Johannes222 6 years ago committed by GitHub
parent c78db45d9a
commit 00a288f5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ export default function AnnotationMenuComponent(props: Props): JSX.Element {
} else if (copyParams.key === Actions.REMOVE_ANNO) { } else if (copyParams.key === Actions.REMOVE_ANNO) {
Modal.confirm({ Modal.confirm({
title: 'All annotations will be removed', 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?', + 'It will stay on the server till you save a job. Continue?',
onOk: () => { onOk: () => {
onClickMenu(copyParams); onClickMenu(copyParams);

Loading…
Cancel
Save