diff --git a/apps/phystrax/app.js b/apps/phystrax/app.js index d5c8f4e8c..e5a7c9da7 100644 --- a/apps/phystrax/app.js +++ b/apps/phystrax/app.js @@ -62,7 +62,7 @@ function drawScreen(message) { if (isMeasuring) { // Draw measuring status g.setFont('6x8', 2); - g.drawString('Measuring...', g.getWidth() / 2, g.getHeight() / 2 - 10); + g.drawString('Measuring..', g.getWidth() / 2, g.getHeight() / 2 - 10); // Draw current heart rate if available g.setFont('6x8', 4);