From 69026253ae0ac04d734651af22b36c42a73b0b20 Mon Sep 17 00:00:00 2001 From: CaedenPH Date: Sat, 6 Jul 2024 17:17:39 +0100 Subject: [PATCH] fix(start): Correct typo in levels & add Samn-Perelli full text --- src/routes/start.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/routes/start.ts b/src/routes/start.ts index 69e3d85..a1271cd 100644 --- a/src/routes/start.ts +++ b/src/routes/start.ts @@ -245,10 +245,11 @@ private async confirmSleepData(sleepData: { [key: string]: any }): Promise { var level = 0; - this.createText(`S-PF Checklist`, this.app.screen.width * 0.5, this.app.screen.height * 0.1, 24, { wordWrap: true }) + this.createText(`Samn-Perelli Fatigue Scale`, this.app.screen.width * 0.5, this.app.screen.height * 0.05, 20, { wordWrap: true }) + this.createText(`S-PFS`, this.app.screen.width * 0.5, this.app.screen.height * 0.1, 24, { wordWrap: true }) const levels = [ - "Full alert, wide awake", + "Fully alert, wide awake", "Very lively, responsive, but not at peak", "Okay, about normal", "Less than sharp, let down",