From 842ba72819e5c84eaeae18c0de097ac378c97875 Mon Sep 17 00:00:00 2001 From: Joshua Taillon Date: Mon, 7 Nov 2022 15:18:19 -0700 Subject: [PATCH] Explicitly convert m/s wind to mph in imperial units --- .../Workout/WorkoutDetail/WeatherWind.vue | 15 +++++++-------- fittrackee_client/src/locales/de/user.json | 4 ++-- fittrackee_client/src/locales/en/user.json | 4 ++-- fittrackee_client/src/locales/fr/user.json | 4 ++-- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/fittrackee_client/src/components/Workout/WorkoutDetail/WeatherWind.vue b/fittrackee_client/src/components/Workout/WorkoutDetail/WeatherWind.vue index 255acf53..069f73ab 100644 --- a/fittrackee_client/src/components/Workout/WorkoutDetail/WeatherWind.vue +++ b/fittrackee_client/src/components/Workout/WorkoutDetail/WeatherWind.vue @@ -1,13 +1,8 @@