Skip to content

Commit

Permalink
fix(study-tree): fix tooltip message key (#2306)
Browse files Browse the repository at this point in the history
Co-authored-by: Anis SMAIL <[email protected]>
  • Loading branch information
smailio and Anis SMAIL authored Jan 22, 2025
1 parent 3d13c22 commit c9c8700
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 c9c8700

Please sign in to comment.