Skip to content

Commit

Permalink
Diffexp tooltip text (#108)
Browse files Browse the repository at this point in the history
See top differentially expressed genes
  • Loading branch information
colinmegill authored Oct 4, 2021
1 parent 1e58c27 commit d41d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/menubar/diffexpButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DiffexpButtons extends React.PureComponent {
const slowMsg = diffexpMayBeSlow
? " (CAUTION: large dataset - may take longer or fail)"
: "";
const tipMessage = `See top 10 differentially expressed genes${slowMsg}`;
const tipMessage = `See top differentially expressed genes${slowMsg}`;
const tipMessageWarn = `The total number of cells for differential expression computation
may not exceed ${diffexpCellcountMax}. Try reselecting new cell sets.`;
const warnMaxSizeExceeded =
Expand Down

0 comments on commit d41d92b

Please sign in to comment.