From 1a2d87038782eb8aa26276ad5af798e749acb2a2 Mon Sep 17 00:00:00 2001 From: buttle Date: Mon, 13 Sep 2021 15:31:27 +0200 Subject: [PATCH] corrects block label --- src/Site/BlockLayout/Carousel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Site/BlockLayout/Carousel.php b/src/Site/BlockLayout/Carousel.php index 2c89a13..f50202d 100644 --- a/src/Site/BlockLayout/Carousel.php +++ b/src/Site/BlockLayout/Carousel.php @@ -34,7 +34,7 @@ class Carousel extends AbstractBlockLayout } public function getLabel() { - return 'Image Carrousel'; + return 'Carousel'; } public function form(PhpRenderer $view, SiteRepresentation $site,