?
avatar C-Lodder
C-Lodder
12 May 2020

Steps to reproduce the issue

  1. Install an extension that has an update server
  2. Go to /administrator/index.php?option=com_installer&view=update
  3. Hover over the extension name

Expected result

Tooltip shown with the extension description

Actual result

Tooltip shown with the language constant

Untitled

avatar C-Lodder C-Lodder - open - 12 May 2020
avatar joomla-cms-bot joomla-cms-bot - change - 12 May 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 May 2020
avatar infograf768
infograf768 - comment - 12 May 2020

Is'nt it rather the Text:: missing?

<?php echo $item->description; ?>

to
<?php echo Text::_('$item->description'); ?>

avatar infograf768
infograf768 - comment - 14 May 2020

See PR #29067

avatar infograf768 infograf768 - change - 14 May 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-05-14 08:04:59
Closed_By infograf768
avatar infograf768 infograf768 - close - 14 May 2020

Add a Comment

Login with GitHub to post a comment