We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5731c25 commit a9894d1Copy full SHA for a9894d1
app/web/src/components/filters/DropdownFilter.tsx
@@ -133,7 +133,7 @@ export const DropdownFilter: React.FC<{
133
{menu}
134
<Divider style={{margin: '8px 0'}}/>
135
<Space style={{padding: '0 8px 4px'}}>
136
- <Text type="warning">+{otherOptionsCount} hidden, scope down with search!</Text>
+ <Text type="warning">+{otherOptionsCount} docs not included, scope down with search!</Text>
137
</Space>
138
</>
139
) : null}
0 commit comments