Skip to content

Commit

Permalink
fix: fix datasets with deposition data typo (#1358)
Browse files Browse the repository at this point in the history
#1275 

<img width="489" alt="Screenshot 2024-11-25 at 1 30 13 AM"
src="https://github.com/user-attachments/assets/654ef9b9-d79e-4d95-bfac-54d77cb7f5f7">
  • Loading branch information
kne42 authored Nov 27, 2024
1 parent d9f6635 commit c5033c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default function DepositionByIdPage() {
header={<DepositionHeader />}
tabs={[
{
title: t('depositionData'),
title: t('datasetsWithDepositionData'),
table: <DatasetsTable />,
totalCount: datasetsCount,
filteredCount: filteredDatasetsCount,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,13 @@
"datasetName": "Dataset Name",
"datasetOverview": "Dataset Overview",
"datasetTitle": "Dataset Title",
"datasetsWithDepositionData": "Datasets with Deposition Data",
"datasets": "Datasets",
"datasetsDescription": "Datasets are contributed sets of files associated with imaging one sample type with the same experimental conditions.",
"datasetsTab": "Datasets {{count}}",
"deposition": "Deposition",
"depositionAnnotationsOnly": "Deposition annotations only",
"depositionData": "Datasets with Deposition Data",
"depositionData": "Deposition Data",
"depositionDate": "Deposition Date",
"depositionDetails": "Deposition Details",
"depositionId": "Deposition ID",
Expand Down

0 comments on commit c5033c4

Please sign in to comment.