Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaMineJP committed Jul 20, 2023
1 parent 80dc27d commit e43c16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gui/src/components/farm/FarmHealth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function FarmHealth() {
return (
<Box>
<Typography variant="body2">
<Trans>Missing signage point</Trans>
<Trans>Missing signage points</Trans>
</Typography>
<StateIndicator state={State.SUCCESS} indicator reversed>
<Trans>None</Trans>
Expand All @@ -330,7 +330,7 @@ function FarmHealth() {
<Tooltip title={tooltipTitle}>
<Box>
<Typography variant="body2">
<Trans>Missing signage point</Trans>
<Trans>Missing signage points</Trans>
</Typography>
<StateIndicator state={State.WARNING} indicator reversed>
{missingSpsData.totalMissingSps}
Expand Down

0 comments on commit e43c16f

Please sign in to comment.