You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users need to see "Abort" instead of "Stop" after they start the timer. This helps to better convey the consequence of their action as they will reset the session instead of pausing it.
Go to Timer.js in /scripts and modify the innerHTML of startButton from "Stop" to "Abort".
The text was updated successfully, but these errors were encountered:
Users need to see "Abort" instead of "Stop" after they start the timer. This helps to better convey the consequence of their action as they will reset the session instead of pausing it.
Go to
Timer.js
in/scripts
and modify theinnerHTML
ofstartButton
from "Stop" to "Abort".The text was updated successfully, but these errors were encountered: