Skip to content

Commit fb486f4

Browse files
committed
replace name shuffle with random
1 parent ffb7f09 commit fb486f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

box_gym.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h4>
140140
<select id="modeSelect" size="3" style="width: 100px;">
141141
<option value="0" selected>Keep All</option>
142142
<option value="1">Keep Latest</option>
143-
<option value="2">Shuffle</option>
143+
<option value="2">Random</option>
144144
</select>
145145
</div>
146146
</div>

0 commit comments

Comments
 (0)