diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/sandbox/learnpianochords/src/Practice.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/sandbox/learnpianochords/src/Practice.elm b/website/sandbox/learnpianochords/src/Practice.elm index 229f019aa030..c0f5ffcfded0 100644 --- a/website/sandbox/learnpianochords/src/Practice.elm +++ b/website/sandbox/learnpianochords/src/Practice.elm @@ -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, "" ) |