Skip to content

Commit

Permalink
Merge pull request #52 from Rkallenkoot/patch-1
Browse files Browse the repository at this point in the history
fix: stopWords setting tab display name.
  • Loading branch information
riccox authored May 18, 2023
2 parents 7db8a44 + e1d6225 commit 39683ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/config/detail/stopWords.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const StopWords: FC<IndexSettingConfigComponentProps> = ({ client, classN
return useMemo(
() => (
<div className={clsx(className)}>
<h2 className="font-semibold">Displayed Attributes</h2>
<h2 className="font-semibold">Stop Words</h2>
<span className="text-sm flex gap-2">
<p>Words added to the stopWords list are ignored in future search queries.</p>
</span>
Expand Down

1 comment on commit 39683ba

@vercel
Copy link

@vercel vercel bot commented on 39683ba May 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.