Skip to content

Commit

Permalink
fix(study-tree): fix tooltip message key
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis SMAIL committed Jan 20, 2025
1 parent d14454a commit 7c6db9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/App/Studies/StudiesList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function StudiesList(props: StudiesListProps) {
</IconButton>
</Tooltip>
) : (
<Tooltip title={t("studies.filters.showAllDescendants")}>
<Tooltip title={t("studies.filters.showChildrens")}>
<IconButton onClick={toggleStrictFolder}>
<AccountTreeIcon color="secondary" />
</IconButton>
Expand Down

0 comments on commit 7c6db9f

Please sign in to comment.