Skip to content

Commit

Permalink
Renames the tooltip 'Export Current Gene List' to 'Download Current G…
Browse files Browse the repository at this point in the history
…ene List' -- #266
  • Loading branch information
chrtannus committed Mar 11, 2024
1 parent 90a29dc commit 1b4ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/network-editor/left-drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ const LeftDrawer = ({ controller, open, isMobile, isTablet, onClose }) => {
<Typography display="inline" variant="body2" color="textSecondary">
({ totalGenes })
</Typography> &nbsp;&nbsp;
<Tooltip title="Export Current Gene List">
<Tooltip title="Download Current Gene List">
<IconButton size="small" onClick={handleGeneListExport}>
<DownloadIcon />
</IconButton>
Expand Down

0 comments on commit 1b4ea13

Please sign in to comment.