Skip to content

Commit

Permalink
Remove redundnant wording
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-c-thomas committed Oct 27, 2022
1 parent 1703c3d commit f08427d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/js/p3/widget/app/templates/ComparativeSystems.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="appTemplate">
<div class="appTitle">
<span class="breadcrumb">Services</span>
<h3>Comparative Systems Tool
<h3>Comparative Systems
<div name="overview" class="infobox iconbox infobutton dialoginfo">
<i class="fa icon-info-circle fa" title="click to open info dialog"></i>
</div>
Expand Down Expand Up @@ -70,7 +70,7 @@ <h3>Comparative Systems Tool
<label class="paramlabel">Output Name</label><span class="charError" style="color:red; font-size:8pt; padding-left:10px; font-weight:bold">&nbsp;</span><br>
<div data-dojo-type="p3/widget/WorkspaceFilenameValidationTextBox" data-dojo-attach-event="onChange:checkOutputName" name="output_file" data-dojo-attach-point="output_file" style="width:300px" required="true" data-dojo-props="intermediateChanges:true,missingMessage:'Name must be provided for the job result',trim:true,placeHolder:'Output Name'"></div>
</div>


</div>
</td>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h3>Comparative Systems Tool
<div data-dojo-attach-point="submitButton" type="submit" data-dojo-type="dijit/form/Button">Submit</div>
</div>
</div>

</div>
</form>

0 comments on commit f08427d

Please sign in to comment.