Skip to content

Commit

Permalink
Update OpenSequenceDialog.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels authored Feb 9, 2023
1 parent 0cf0817 commit 585c33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion products/jbrowse-desktop/src/OpenSequenceDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const OpenSequenceDialog = ({
{showAdvanced ? (
<Paper className={classes.paper}>
<FileSelector
name="Add refName aliases e.g. remap chr1 and 1 to same entity. Can tab separated file of ref names e.g. .chromAliases files from UCSC"
name="Add refName aliases e.g. remap chr1 and 1 to same entity. This is a tab separated file of ref names, in the same format as .chromAliases files from UCSC"
location={refNameAliasesLocation}
setLocation={setRefNameAliasesLocation}
/>
Expand Down

0 comments on commit 585c33f

Please sign in to comment.