/administrator/index.php?option=com_installer&view=update
Tooltip shown with the extension description
Tooltip shown with the language constant
Is'nt it rather the Text:: missing?
Text::
<?php echo $item->description; ?>
to <?php echo Text::_('$item->description'); ?>
<?php echo Text::_('$item->description'); ?>
See PR #29067
Is'nt it rather the
Text::
missing?<?php echo $item->description; ?>
to
<?php echo Text::_('$item->description'); ?>