Fix misspelling of automatically (#4128)

main
Zack Murry 4 years ago committed by GitHub
parent 4e65d77aac
commit b5a9a0fbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -79,7 +79,7 @@ function ExportDatasetModal(): JSX.Element {
message: 'Dataset export started',
description:
`Dataset export was started for ${instanceType}. ` +
'Download will start automaticly as soon as the dataset is ready.',
'Download will start automatically as soon as the dataset is ready.',
className: `cvat-notification-notice-export-${instanceType.split(' ')[0]}-start`,
});
},

Loading…
Cancel
Save