Skip to content

Commit

Permalink
shorten button text
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Feb 10, 2025
1 parent 9b09f31 commit ec94b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GuppyDataExplorer/ExplorerButtonGroup/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ Currently, in order to export a File PFB, \`enableLimitedFilePFBExport\` must be
if (this.state.manifestEntryCount != 'too-many-terms') {
buttonTitle = `${buttonConfig.title} (${humanizeNumber(this.state.manifestEntryCount)})`;
} else {
buttonTitle = `${buttonConfig.title} (too many rows to download at once; make a smaller selection)`;
buttonTitle = `${buttonConfig.title} (cohort too large; make a smaller selection)`;
}
}

Expand Down

0 comments on commit ec94b51

Please sign in to comment.