Skip to content

Commit

Permalink
Minor label change to data set summary form #2198
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Mar 12, 2021
1 parent d0760b9 commit 15df388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/views/dataSet/_editDataSet.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
</div>
</div>
<div class="form-group row">
<label for="collectorType" class="col-sm-5 col-form-label required">17. Who developed/collated the dataset?</label>
<label for="collectorType" class="col-sm-5 col-form-label required">17. Who developed the dataset?</label>
<div class="col-sm-7">
<select type="text" class="form-control" id="collectorType" data-validation-engine="validate[required]" data-bind="value:collectorType">
<option></option>
Expand Down

0 comments on commit 15df388

Please sign in to comment.