From f49cb44769ddafc6b15b8857edac06ff436d9ff9 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Sep 2023 10:05:59 +0200 Subject: [PATCH] wip #6251 --- views/header_question.blade.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/header_question.blade.php b/views/header_question.blade.php index 3cbe235..3dd54d6 100644 --- a/views/header_question.blade.php +++ b/views/header_question.blade.php @@ -14,11 +14,12 @@

{{$__('Use arrow keys to move the cards to the corresponding zone')}}

- @elseif($data['type']==='draganddropmatch') + @elseif($data['type']==='match')

{{$__('Answer the question by swiping left or right to select the most appropriate answer')}}

-

{{$__('When you feel the answer is appropriate, confirm the match to move on to the next question')}}

+

{{$__('When you feel the answer is appropriate, confirm the match to move on to the next question')}}

@else

{{$question['question']}}

@endif -- 2.39.5