Prefer "Tap" to "Press"

I'm preferring the verb "tap" to "press".
This commit is contained in:
William Carroll 2020-04-18 19:49:25 +01:00
parent 82ebc0ad19
commit 6dc48753f5

View file

@ -24,7 +24,7 @@ render model =
let
( handleClick, buttonText ) =
if model.isPaused then
( State.Play, "Press to practice" )
( State.Play, "Tap to practice" )
else
( State.Pause, "" )