mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-24 00:28:11 +08:00
help text changes (#1061)
* requested CLI help changes for launch sub-command * update file name prose * more wording changes * more PR requests
This commit is contained in:
@@ -74,7 +74,7 @@ class FilenameDialog extends React.Component {
|
||||
color: Colors.ORANGE3
|
||||
}}
|
||||
>
|
||||
{"Filename cannot be blank"}
|
||||
{"Name cannot be blank"}
|
||||
</span>
|
||||
);
|
||||
} else if (err === "characters") {
|
||||
@@ -115,7 +115,7 @@ class FilenameDialog extends React.Component {
|
||||
>
|
||||
<div className={Classes.DIALOG_BODY}>
|
||||
<div style={{ marginBottom: 20 }}>
|
||||
<p>Name your collection of user generated annotations:</p>
|
||||
<p>Name your annotations collection:</p>
|
||||
<InputGroup
|
||||
autoFocus
|
||||
value={filenameText}
|
||||
@@ -137,11 +137,14 @@ class FilenameDialog extends React.Component {
|
||||
</div>
|
||||
<div>
|
||||
<p>
|
||||
You can find your collection at:{" "}
|
||||
Your annotations are stored in this file:
|
||||
<code className="bp3-code">
|
||||
{filenameText}-{idhash}.csv
|
||||
</code>
|
||||
</p>
|
||||
<p style={{ fontStyle: "italic" }}>
|
||||
(We added a unique ID to your filename)
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className={Classes.DIALOG_FOOTER}>
|
||||
|
||||
Reference in New Issue
Block a user