Skip to content

Commit

Permalink
DASH-989 Rename month date filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillpetkov authored and trukhilio committed Apr 25, 2024
1 parent 460957e commit 6c8862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ export const ORDER_DATE_FILTER_OPTIONS = [
},
{
id: 'lastMonth',
name: 'Last month',
name: 'Last 30 days',
},
{
id: 'lastHalfOfYear',
Expand Down

0 comments on commit 6c8862f

Please sign in to comment.