Corrected Case in investigationAdd.html

Corrected Case of Investigation Summary Field
This commit is contained in:
A Smith 2016-05-24 11:14:46 -05:00
Родитель d96a57babe
Коммит 7321aa0b8a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -20,7 +20,7 @@ Jeff Bryner jbryner@mozilla.com
<legend>New investigation</legend>
<!-- Summary -->
<div class="form-group">
<label class="col-xs-3 control-label" for="summary">investigation Summary</label>
<label class="col-xs-3 control-label" for="summary">Investigation Summary</label>
<div class="col-xs-5">
<input id="summary" name="summary" placeholder="summary" class="form-control summary" required="" type="text">
</div>