From e4070e0d5d3e63fcc467ec94c77c2746038f8d1c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 6 Nov 2023 12:13:00 +0100 Subject: [PATCH] wait #6443 @0:10 --- views/header_question.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/header_question.blade.php b/views/header_question.blade.php index 7b48ab1..aec0644 100644 --- a/views/header_question.blade.php +++ b/views/header_question.blade.php @@ -23,7 +23,7 @@ @if($question['type'] === "draganddrop")

{{$__('Drag and drop each card in the right container')}}{{__(': ')}}
{{$question['question']}}
+ class="only-desktop">{{$question['question']}} {{$__('Swipe up or down each card in the right container')}}{{__(': ')}}
{{$question['question']}}

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

-- 2.39.5