Skip to content

Commit a9894d1

Browse files
committed
update otherOptionsCount text
1 parent 5731c25 commit a9894d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/web/src/components/filters/DropdownFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const DropdownFilter: React.FC<{
133133
{menu}
134134
<Divider style={{margin: '8px 0'}}/>
135135
<Space style={{padding: '0 8px 4px'}}>
136-
<Text type="warning">+{otherOptionsCount} hidden, scope down with search!</Text>
136+
<Text type="warning">+{otherOptionsCount} docs not included, scope down with search!</Text>
137137
</Space>
138138
</>
139139
) : null}

0 commit comments

Comments
 (0)