From e316a7a42f1ff73b13fdc0343195e7a07c40be7a Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Fri, 2 Sep 2022 13:55:18 +1200 Subject: [PATCH] Rename "Best volume per day" to "Volume per day" --- ViewBest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViewBest.tsx b/ViewBest.tsx index 5504f17..09f0bed 100644 --- a/ViewBest.tsx +++ b/ViewBest.tsx @@ -31,7 +31,7 @@ interface Volume { enum Metrics { Weight = 'Best weight per day', - Volume = 'Best volume per day', + Volume = 'Volume per day', } enum Periods {