Prefer "Tap" to "Press"
I'm preferring the verb "tap" to "press".
This commit is contained in:
parent
82ebc0ad19
commit
6dc48753f5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ render model =
|
||||||
let
|
let
|
||||||
( handleClick, buttonText ) =
|
( handleClick, buttonText ) =
|
||||||
if model.isPaused then
|
if model.isPaused then
|
||||||
( State.Play, "Press to practice" )
|
( State.Play, "Tap to practice" )
|
||||||
|
|
||||||
else
|
else
|
||||||
( State.Pause, "" )
|
( State.Pause, "" )
|
||||||
|
|
Loading…
Reference in a new issue