Skip to content

Commit

Permalink
feat(dashboard): improve label readability (#4321)
Browse files Browse the repository at this point in the history
change none label for all time in dashbard filters
  • Loading branch information
redrum15 committed Apr 30, 2024
1 parent 16da29b commit 12b4f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/constants/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const DURATION_FILTER_OPTIONS: {
}[] = [
{
key: EDurationFilters.NONE,
label: "None",
label: "All time",
},
{
key: EDurationFilters.TODAY,
Expand Down

0 comments on commit 12b4f74

Please sign in to comment.