]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wait #6443 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 6 Nov 2023 11:13:00 +0000 (12:13 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 6 Nov 2023 11:13:00 +0000 (12:13 +0100)
views/header_question.blade.php

index 7b48ab10b67665f49f96e3bb62939850cbd4dc82..aec0644e362041b6b9f44e174f1027a77a0d0fe7 100644 (file)
@@ -23,7 +23,7 @@
     @if($question['type'] === "draganddrop")
         <h1 class="{{$h1class}}" id="titleQuestion">
             <span
-                class="only-desktop">{{$__('Drag and drop each card in the right container')}}{{__(': ')}}<br>{{$question['question']}}</span>
+                class="only-desktop">{{$question['question']}}</span>
             <span class="only-mobile">{{$__('Swipe up or down each card in the right container')}}{{__(': ')}}<br>{{$question['question']}}</span>
         </h1>
         <h2 class="subtitle only-desktop">{{$__('Use arrow keys to move the cards to the corresponding zone')}}</h2>