Skip to content

Commit bfa91cb

Browse files
authored
Update option text for data type selection
1 parent a684816 commit bfa91cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ <h1>Upload Colony Data Photo</h1>
8989
<label for="type"><b>Data Type:</b></label>
9090
<select name="type" id="type" required>
9191
<option value="egg-nest">Egg-nest</option>
92-
<option value="nestling">Nestling</option>
92+
<option value="nestling">Nestlings</option>
9393
<option value="adults">Adults</option>
94+
<option value="sampling-list">Sampling list</option>
9495
<option value="egg-size">Egg sizes</option>
9596
</select>
9697
<br><br>

0 commit comments

Comments
 (0)