Skip to content

Commit

Permalink
fix: translation domain added
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Sep 14, 2023
1 parent b664fb8 commit 4a0c404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion controllers/admin/AdminDPDBalticsSettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

class AdminDPDBalticsSettingsController extends AbstractAdminController
{
private const FILE_NAME = 'AdminDPDBalticsSettingsController';

public function init()
{
$parentReturn = parent::init();
Expand Down Expand Up @@ -115,7 +117,7 @@ protected function initOptions()
],
],
'orders_page_configuration' => [
'title' => $this->l('Orders listing page configuration'),
'title' => $this->l('Orders listing page configuration', self::FILE_NAME),
'icon' => 'dpd-icon-settings',
'fields' => [
Config::HIDE_ORDERS_LABEL_PRINT_BUTTON => [
Expand Down

0 comments on commit 4a0c404

Please sign in to comment.