Skip to content

Commit

Permalink
fix: use 'Gusts' instead of 'Gusts of Wind Speed'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonalbrecht committed May 19, 2024
1 parent bfa09bc commit b468188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const LABEL_NAMES = {
RAIN_PROBABILITY: 'Rain Probability',
TOTAL_RAINFALL: 'Total Rainfall',
AVG_WIND_SPEED: 'Wind Speed',
AVG_GUST_SPEED: 'Gust of Wind Speed',
AVG_GUST_SPEED: 'Gusts',
WIND_DIRECTION: 'Wind Direction',
TEMPERATURE: 'Temperature',
FEELS_LIKE_TEMPERATURE: 'Feels Like',
Expand Down

0 comments on commit b468188

Please sign in to comment.