From 30edc6d144f2f608c2abbd1cea3952ef06db2f2d Mon Sep 17 00:00:00 2001 From: Alain Saas Date: Thu, 5 Jan 2023 06:44:33 -0500 Subject: [PATCH] Update app.js --- apps/a_clock_timer/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/a_clock_timer/app.js b/apps/a_clock_timer/app.js index 07be1964f..441229842 100644 --- a/apps/a_clock_timer/app.js +++ b/apps/a_clock_timer/app.js @@ -83,7 +83,7 @@ function countDown() { function showWelcomeMessage() { g.reset().clearRect(0, 76, 44+44, g.getHeight()/2+6); g.setFontAlign(0, 0).setFont("6x8"); - g.drawString("Touch right to", 44, 80); + g.drawString("Tap right to", 44, 80); g.drawString("start timer", 44, 88); setTimeout(function(){ g.reset().clearRect(0, 76, 44+44, g.getHeight()/2+6); }, 8000); }