Skip to content

Commit

Permalink
[SV-35] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijusCoding committed Sep 30, 2024
1 parent a650fb2 commit a640c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ private function displayConfigurationSettings()
'validation' => 'isBool',
'cast' => 'intval',
'type' => 'bool',
'desc' => 'Enable debug mode to see more information in logs',
'desc' => $this->module->l('Enable debug mode to see more information in logs', self::FILE_NAME),
],
],
'buttons' => [
Expand Down

0 comments on commit a640c52

Please sign in to comment.