Skip to content

Commit c1cb615

Browse files
Sean PrashadSean Prashad
authored andcommitted
Update word for search placeholder from records to questions
1 parent c13b06f commit c1cb615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/Table/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function DefaultColumnFilter({
2828
onChange={e => {
2929
setFilter(e.target.value || undefined); // Set undefined to remove the filter entirely
3030
}}
31-
placeholder={`Search ${count} records...`}
31+
placeholder={`Search ${count} questions...`}
3232
/>
3333
);
3434
}

0 commit comments

Comments
 (0)