Skip to content

Commit

Permalink
fix: translate tooltip view selection
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaYahya committed Jan 11, 2024
1 parent 0eecfee commit b316473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/space/functionality/ViewSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const ViewSelect = (): JSX.Element => {
</FormControl>
</Grid>
<Grid item ml={2} mr={1}>
<Tooltip title={viewMessage}>
<Tooltip title={t(viewMessage)}>
<InfoIcon color="primary" />
</Tooltip>
</Grid>
Expand Down

0 comments on commit b316473

Please sign in to comment.