From a2eaf47dc879c30ff3b3e2f0a3b41657fde990bb Mon Sep 17 00:00:00 2001 From: Remi <73385395+itsrubberduck@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:29:27 +0200 Subject: [PATCH] Refine readback field placeholders --- shared/data/learnModules.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shared/data/learnModules.ts b/shared/data/learnModules.ts index e3f90a8..a7c1be1 100644 --- a/shared/data/learnModules.ts +++ b/shared/data/learnModules.ts @@ -41,7 +41,7 @@ const fundamentalsLessons = [ ]) ) }, - placeholder: 'SWR59', + placeholder: 'Enter identifier', width: 'lg' } ], @@ -126,7 +126,7 @@ const fundamentalsLessons = [ `Information ${scenario.atisCodeWord}`, `information ${scenario.atisCodeWord.toLowerCase()}` ], - placeholder: 'Letter', + placeholder: 'Enter ATIS letter', width: 'xs', threshold: 0.9 }, @@ -298,7 +298,7 @@ const fundamentalsLessons = [ label: 'Visibility', expected: scenario => scenario.metarSegments.visibility, alternatives: scenario => [scenario.visibility], - placeholder: '9999', + placeholder: 'Enter visibility value', width: 'sm', inputmode: 'numeric' }, @@ -366,7 +366,7 @@ const fundamentalsLessons = [ add(`${scenario.callsignNato} ${scenario.flightNumberWords}`) return Array.from(variants) }, - placeholder: 'Lufthansa one two three', + placeholder: 'Enter call sign', width: 'lg' }, { @@ -378,7 +378,7 @@ const fundamentalsLessons = [ scenario.readabilityWord, scenario.readabilityWord.toLowerCase() ], - placeholder: 'five', + placeholder: 'Enter readability (1-5)', width: 'sm' } ], @@ -438,7 +438,7 @@ const fundamentalsLessons = [ ]) return Array.from(values) }, - placeholder: '125.35', + placeholder: 'Enter contact frequency', width: 'md' } ],