Skip to content

Commit

Permalink
React UI: Fixed typos in remove annotations confirmation (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
johalaoui authored Apr 22, 2020
1 parent c78db45 commit 00a288f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 00a288f

Please sign in to comment.