From 3c9a03767b7f858248af11af96fcbd10c52b4f73 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Sep 2023 20:47:01 +0200 Subject: [PATCH] wip #6248 @0.25 --- views/screens/outro.blade.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/views/screens/outro.blade.php b/views/screens/outro.blade.php index b0ca24d..a6dccb0 100644 --- a/views/screens/outro.blade.php +++ b/views/screens/outro.blade.php @@ -34,10 +34,7 @@

{{$__('Congratulation!')}}

-

You have completed the quiz


-

with - correct answers out of -

+

{!! $__('You have completed the quiz with :score correct answers out of :total',['score'=>'','total'=>'']) !!}

@if($data->restart_button)
{{$__('Want to improve your score?')}}
-- 2.39.5