Skip to content

Commit 3494fde

Browse files
committed
feat: adjust walkthrough text for search bar
1 parent f8ed009 commit 3494fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/providers/WalkthroughProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const Walkthrough = () => {
140140
content: (
141141
<p>
142142
{t({
143-
en: 'Here, you can search for subjects in the database. To begin, type in the search bar to find matching subject identification tags',
143+
en: 'Here, you can search for subjects in the database. To begin, type in the search bar to find matching subject IDs',
144144
fr: 'Ici, vous pouvez rechercher des sujets dans la base de données. Pour commencer, saisissez votre recherche dans la barre de recherche afin de trouver les identifiants de sujets correspondants.'
145145
})}
146146
</p>

0 commit comments

Comments
 (0)