We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1a5c8 commit 0472a3eCopy full SHA for 0472a3e
packages/tdb-dashboard/src/pages/FreeTextSearch.js
@@ -84,7 +84,7 @@ export function FreeTextSearch() {
84
</div>}
85
<Container className="mt-4">
86
{!commit && <Alert type="Info" >
87
- <h3>You need to index your data before search them</h3>
+ <h3>You need to index your data before you can search</h3>
88
<p>if you haven't already done it, Go to <NavLink to={`/${organization}/profile`}>Profile page</NavLink> and add an OpenAi Key to your team,</p>
89
after you can start to index your data using the change request workflow
90
</Alert>}
0 commit comments