Skip to content

Commit

Permalink
Module name and desc translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksydan committed Sep 11, 2023
1 parent 601e482 commit 060dc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions is_favoriteproducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ public function __construct()
$this->bootstrap = true;
parent::__construct();

$this->displayName = 'Favorite products module';
$this->description = 'Favorite products module';
$this->displayName = $this->trans('Favorite products module', [], 'Modules.Isfavoriteproducts.Admin');
$this->description = $this->trans('Falcon theme favorite products module', [], 'Modules.Isfavoriteproducts.Admin');
$this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => _PS_VERSION_];
}

Expand Down

0 comments on commit 060dc46

Please sign in to comment.