Skip to content

Commit

Permalink
fix(ui): fix minor typo (#1341)
Browse files Browse the repository at this point in the history
* fix minor typo

"These features are managed and provided by the robots firmware" is missing an apostrophe

it should be 

"These features are managed and provided by the robot's firmware"

* Update MapManagement.tsx

Co-authored-by: Sören Beye <github@hypfer.de>
  • Loading branch information
mshuflin and Hypfer authored Jan 9, 2022
1 parent a388cdd commit 77e07ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/settings/MapManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MapManagement = (): JSX.Element => {
userSelect: "none"
}}
primary="Robot-managed Map Features"
secondary="These features are managed and provided by the robots firmware"
secondary="These features are managed and provided by the robot&apos;s firmware"
/>
}
>
Expand Down

0 comments on commit 77e07ec

Please sign in to comment.