Added the underscore back to the plugin language prefix

This commit is contained in:
2022-03-10 06:32:52 +02:00
parent 278f70c8a6
commit 3331a4c28d
4 changed files with 4 additions and 4 deletions

View File

@ -97,7 +97,7 @@ abstract class PluginHelper
$group = 'Button';
}
return 'PLG_' . strtoupper($group) . strtoupper(
return 'PLG_' . strtoupper($group) . '_' . strtoupper(
$codeName
);
}