From aa09ec7cd4d9f30ce72c86fc108a1b23f67fe485 Mon Sep 17 00:00:00 2001 From: Daniel Alba <56451942+redrum15@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:38:18 -0500 Subject: [PATCH] feat(dashboard): improve label readability (#4321) change none label for all time in dashbard filters --- web/constants/dashboard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/constants/dashboard.ts b/web/constants/dashboard.ts index 79ba0c1ed..1a408d04f 100644 --- a/web/constants/dashboard.ts +++ b/web/constants/dashboard.ts @@ -132,7 +132,7 @@ export const DURATION_FILTER_OPTIONS: { }[] = [ { key: EDurationFilters.NONE, - label: "None", + label: "All time", }, { key: EDurationFilters.TODAY,