diff --git a/metrics.ts b/metrics.ts index cebda6f..81a9ed3 100644 --- a/metrics.ts +++ b/metrics.ts @@ -1,5 +1,5 @@ export enum Metrics { - Weight = 'Best weight per day', - Volume = 'Volume per day', + Weight = 'Best weight', + Volume = 'Volume', OneRepMax = 'One rep max', }