We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f94b9 commit 128fe6eCopy full SHA for 128fe6e
src/pages/CustomReportBuilder.jsx
@@ -237,7 +237,7 @@ export default function CustomReportBuilder() {
237
</SelectTrigger>
238
<SelectContent>
239
<SelectItem value="all">All Users</SelectItem>
240
- <SelectItem value="new">New Users (< 30 days)</SelectItem>
+ <SelectItem value="new">New Users (under 30 days)</SelectItem>
241
<SelectItem value="active">Active Users</SelectItem>
242
<SelectItem value="at_risk">At Risk (low engagement)</SelectItem>
243
<SelectItem value="power_users">Power Users</SelectItem>
0 commit comments