From ef5d24fd725cee424d799eb6bd3cf572cf34228b Mon Sep 17 00:00:00 2001 From: Prestasafe Date: Fri, 16 Aug 2024 15:04:22 +0200 Subject: [PATCH] update name --- prettyblocks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prettyblocks.php b/prettyblocks.php index 47b1d25..32da7b0 100755 --- a/prettyblocks.php +++ b/prettyblocks.php @@ -42,7 +42,7 @@ class PrettyBlocks extends Module implements WidgetInterface public $form_trans = []; public $tabs = [ [ - 'name' => 'Pretty Blocks', // One name for all langs + 'name' => 'PrettyBlocks', // One name for all langs 'class_name' => 'AdminThemeManagerController', 'visible' => true, 'parent_class_name' => 'IMPROVE', @@ -80,7 +80,7 @@ public function __construct() $this->bootstrap = true; parent::__construct(); - $this->displayName = $this->trans('Pretty Blocks', [], 'Modules.Prettyblocks.Admin'); + $this->displayName = $this->trans('PrettyBlocks', [], 'Modules.Prettyblocks.Admin'); $this->description = $this->trans('Configure your design easily', [], 'Modules.Prettyblocks.Admin'); $this->controllers = ['ajax'];