gene set button text typo

This commit is contained in:
Colin Megill
2021-02-25 12:12:43 -08:00
parent a01df1151d
commit db957c5de3
@@ -85,8 +85,8 @@ class CreateGenesetDialogue extends React.PureComponent {
}}
title="Create gene set"
instruction="Type a new name for your gene set" /* todo genesets this.instruction(genesetName) */
cancelTooltipContent="Close this dialog without creating the gene set."
primaryButtonText="Create gene set same"
cancelTooltipContent="Close this dialog without creating a new gene set."
primaryButtonText="Create gene set"
text={genesetName}
validationError={false}
annoInput={
@@ -98,7 +98,7 @@ class CreateGenesetDialogue extends React.PureComponent {
intent: "none",
autoFocus: true,
}}
newLabelMessage="Create gene set name"
newLabelMessage="Create gene set"
/>
}
secondaryInstructions="Optionally add a list of comma separated genes to populate the gene set"