Skip to content

Commit

Permalink
1.6 compatibility testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Jun 27, 2024
1 parent 2aef7f2 commit b2d8681
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ps_accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public function __construct()

parent::__construct();

$this->displayName = $this->trans('PS Accounts Mock', [], 'Modules.Mymodule.Admin');
$this->description = $this->trans('Mocking', [], 'Modules.Mymodule.Admin');
$this->confirmUninstall = $this->trans('Are you sure you want to uninstall?', [], 'Modules.Mymodule.Admin');
$this->displayName = $this->l('PS Accounts Mock', [], 'Modules.Mymodule.Admin');
$this->description = $this->l('Mocking', [], 'Modules.Mymodule.Admin');
$this->confirmUninstall = $this->l('Are you sure you want to uninstall?', [], 'Modules.Mymodule.Admin');

require_once __DIR__ . '/vendor/autoload.php';

Expand Down

0 comments on commit b2d8681

Please sign in to comment.