Skip to content

Commit

Permalink
Fix centimeter formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
umonkey committed Jan 5, 2025
1 parent a4c9a77 commit 3d0d91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class EnglishLocale {
return `${value} m`;
}

public meters(value: string): string {
public centimeters(value: string): string {
return `${value} cm`;
}
}
Expand Down

0 comments on commit 3d0d91e

Please sign in to comment.