Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Oct 30, 2024
1 parent 2a63dd1 commit cd0ee14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data_search/DatasetSearchTableConstants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const makeStudyTableHeaders = (datasets: DatasetTerm[], selected: number[
const indeterminate = numberSelected > 0 && numberSelected < studyDatasetIds.length;
const checkboxId = `${datasets[0].study.studyId}-is-selected-checkbox`;
const isSelectableStudy = datasets.filter(isSelectable).length === datasets.length;
const tooltipText = 'This study contains some open or external datasets. Please select to apply for access on the individual dataset level.';
const tooltipText = 'This study contains some open or external datasets. Select the \'View By Datasets\' tab to apply for access to datasets in this study.';
return {
data: <>
<ReactTooltip
Expand Down

0 comments on commit cd0ee14

Please sign in to comment.