Skip to content

Commit 41e7d72

Browse files
committed
Reword description for use of label in about page
1 parent 2e0e60f commit 41e7d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ <h2>Conceptual Identifiers</h2>
9090
Generic and uninformative names such as <code>result</code> or <code>input</code>/<code>output</code>
9191
should be avoided</p>
9292
<p class="why">Helpful identifiers allow for the links between steps in the CWL file to be easily distinguished</p>
93-
<p class="use">Identifiers are displayed in the tables and are unique to the step. If <code>label</code> or
94-
<code>doc</code> strings are for some reason not provided, the IDs will be used in the visualisation</p>
93+
<p class="use">Identifiers are displayed in the tables and are unique to the step. The <code>label</code> is also
94+
used as a replacement for the identifier in the visualisation if provided.</p>
9595

9696
<h2>Format Specification</h2>
9797
<p class="recommendation">The <code>format</code> field should be specified for all input and output <code>File</code>s</p>

0 commit comments

Comments
 (0)