Skip to content

Commit

Permalink
fix(dialog-entities): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 authored and spwoodcock committed Jan 13, 2025
1 parent 31e9caf commit 3c9f4c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if (!from) {
alertStore.setAlert({
message:
'Your project has a distance constraint set. Please enable device geolocation for optimal functionality',
'This project has a distance constraint set. Please enable device geolocation for optimal functionality',
variant: 'warning',
});
return false;
Expand Down

0 comments on commit 3c9f4c5

Please sign in to comment.