Skip to content

Commit

Permalink
fix(custom word amount): not being able to start an infinite word test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Mar 17, 2024
1 parent 9ca32d3 commit b339cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/html/popups.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
<dialog id="customWordAmountModal" class="modalWrapper hidden">
<form class="modal">
<div class="title">Custom word amount</div>
<input type="number" value="1" min="1" max="10000" />
<input type="number" value="1" min="0" max="10000" />
<div class="tip">
You can start an infinite test by inputting 0. Then, to stop the test, use
the Bail Out feature (
Expand Down

0 comments on commit b339cd0

Please sign in to comment.