Fix nome mancante del plugin

This commit is contained in:
FabioL 2024-03-22 17:11:33 +01:00
parent e58f728c6f
commit d2c79a9cb5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if (!empty($id_plugin)) {
echo '
<h4>
<span class="'.(!empty($structure['help']) ? ' tip' : '').'"'.(!empty($structure['help']) ? ' title="'.prepareToField($structure['help']).'" data-position="bottom"' : '').' >
'.$structure['title'].(!empty($structure['help']) ? ' <i class="fa fa-question-circle-o"></i>' : '').'</span>';
'.$structure->getTranslation('title').(!empty($structure['help']) ? ' <i class="fa fa-question-circle-o"></i>' : '').'</span>';
if ($structure->hasAddFile()) {
echo '