Skip to content

Commit 0472a3e

Browse files
committed
change label
1 parent 1d1a5c8 commit 0472a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/src/pages/FreeTextSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function FreeTextSearch() {
8484
</div>}
8585
<Container className="mt-4">
8686
{!commit && <Alert type="Info" >
87-
<h3>You need to index your data before search them</h3>
87+
<h3>You need to index your data before you can search</h3>
8888
<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>
8989
after you can start to index your data using the change request workflow
9090
</Alert>}

0 commit comments

Comments
 (0)