Skip to content

Commit 128fe6e

Browse files
File changes
1 parent 73f94b9 commit 128fe6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/CustomReportBuilder.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export default function CustomReportBuilder() {
237237
</SelectTrigger>
238238
<SelectContent>
239239
<SelectItem value="all">All Users</SelectItem>
240-
<SelectItem value="new">New Users (< 30 days)</SelectItem>
240+
<SelectItem value="new">New Users (under 30 days)</SelectItem>
241241
<SelectItem value="active">Active Users</SelectItem>
242242
<SelectItem value="at_risk">At Risk (low engagement)</SelectItem>
243243
<SelectItem value="power_users">Power Users</SelectItem>

0 commit comments

Comments
 (0)