From 3976f56326ed32b0d5e02366ef9112511f8c2b83 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 14:39:20 +0200 Subject: [PATCH] wait #6351 @0:05 --- app/Models/QuizTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/QuizTheme.php b/app/Models/QuizTheme.php index 533801499..eb718abd3 100644 --- a/app/Models/QuizTheme.php +++ b/app/Models/QuizTheme.php @@ -148,7 +148,7 @@ class QuizTheme extends ToolboxModel $this->addField('outroImageMobile', FluidbookThemeImage::class, __('Mobile'), ['hint' => __('Taille recommandée : :size', ['size' => '390 x 844px']), 'when' => ['outroCustom' => 1]]); //$this->addField('', FormSeparator::class, ''); $this->addField('outroSuccessAnimation', Hidden::class, __('Animation de réussite'), ['hint' => __('390 x 390px')]); - $this->addField('outroFailAnimation', Hidden::class, __('Animation d\'échec'), ['hint' => __('390 x 390px')]); + $this->addField('outroFailAnimation', Hidden::clKass, __('Animation d\'échec'), ['hint' => __('390 x 390px')]); } public function getTextsColor() -- 2.39.5