Skip to content

Commit

Permalink
Update display name for existing rna-seq user dataset type (#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke authored Nov 9, 2024
1 parent de53de9 commit a3e4b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/libs/web-common/src/user-dataset-upload-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
{
rnaseq: {
type: 'rnaseq',
displayName: 'RNA-Seq',
description: `Integrate your RNA-Seq data in ${projectId}.`,
uploadTitle: 'Upload My RNA-Seq Data Set',
displayName: 'Normalized RNA-Seq',
description: `Integrate your Normalized RNA-Seq data in ${projectId}.`,
uploadTitle: 'Upload My Normalized RNA-Seq Data Set',
formConfig: {
summary: {
inputProps: {
Expand Down

0 comments on commit a3e4b4d

Please sign in to comment.