Skip to content

Commit

Permalink
refactor: update wording of data extract no features error
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock authored Aug 7, 2024
1 parent 09f232c commit 407e507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const DataExtract = ({ flag, customDataExtractUpload, setCustomDataExtractUpload
dispatch(
CommonActions.SetSnackBar({
open: true,
message: 'Map features has no features. Please try adjusting your AOI.',
message: 'Map has no features. Please try adjusting the map area.',
variant: 'error',
duration: 2000,
}),
Expand Down

0 comments on commit 407e507

Please sign in to comment.