From 6c8862fc8309f436b50a33eeae4f26ed165b1a3c Mon Sep 17 00:00:00 2001 From: Kyryl Petkov Date: Thu, 25 Apr 2024 11:21:43 +0400 Subject: [PATCH] DASH-989 Rename month date filter --- client/src/constants/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/constants/common.ts b/client/src/constants/common.ts index e66e711c9..54f80dc2d 100644 --- a/client/src/constants/common.ts +++ b/client/src/constants/common.ts @@ -769,7 +769,7 @@ export const ORDER_DATE_FILTER_OPTIONS = [ }, { id: 'lastMonth', - name: 'Last month', + name: 'Last 30 days', }, { id: 'lastHalfOfYear',