Skip to content

Commit

Permalink
chore: Site outline -> property boundary (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Oct 26, 2023
1 parent 3750b86 commit 70098dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Component(props: Props) {
<MapContainer environment={environment} size="large">
<p style={visuallyHidden}>
An interactive map centred on your address, with a red pointer
to draw your site outline. Click to place points and connect the
to draw your property boundary. Click to place points and connect the
lines to make your site. Once you've closed the site shape,
click and drag the lines to modify it.
</p>
Expand Down Expand Up @@ -142,7 +142,7 @@ export default function Component(props: Props) {
</MapContainer>
<MapFooter>
<Typography variant="body1">
The site outline you have drawn is{" "}
The property boundary you have drawn is{" "}
<Typography
component="span"
noWrap
Expand Down

0 comments on commit 70098dd

Please sign in to comment.