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 authored and smailio committed Jan 22, 2025
1 parent 3d13c22 commit b32da10
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 @@ -258,7 +258,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 b32da10

Please sign in to comment.