diff --git a/app/views/reports/choose-dates.html b/app/views/reports/choose-dates.html
index 19a99b09..367579bc 100644
--- a/app/views/reports/choose-dates.html
+++ b/app/views/reports/choose-dates.html
@@ -141,22 +141,26 @@
},
{
"value": "Last7days",
- "text": "Last 7 days"
+ "text": "Last 7 days (includes today)"
},
{
"value": "Last14days",
- "text": "Last 14 days"
+ "text": "Last 14 days (includes today)"
},
{
"value": "Last31days",
- "text": "Last 31 days"
+ "text": "Last 31 days (includes today)"
+ },
+ {
+ "value": "Last90days",
+ "text": "Last 90 days (includes today)"
},
{
divider: "or"
},
{
"value": "custom_date_range",
- "text": "Select custom date range up to 31 days",
+ "text": "Select custom date range up to 90 days",
conditional: {
html: custom_date_range
}