Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestaSafe committed Aug 16, 2024
1 parent 2385776 commit ef5d24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prettyblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'];

Expand Down

0 comments on commit ef5d24f

Please sign in to comment.