Skip to content

Commit 4abc208

Browse files
authored
[4.0] c/p error in com_installer namespace commit
JVERSION is a string for translation.
1 parent fb17d00 commit 4abc208

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_installer/tmpl/manage

1 file changed

+1
-1
lines changed

administrator/components/com_installer/tmpl/manage/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<?php echo HTMLHelper::_('searchtools.sort', 'COM_INSTALLER_HEADING_TYPE', 'type_translated', $listDirn, $listOrder); ?>
5757
</th>
5858
<th scope="col" style="width:10%" class="d-none d-md-table-cell text-center">
59-
<?php echo HTMLHelper::_('JVERSION'); ?>
59+
<?php echo Text::_('JVERSION'); ?>
6060
</th>
6161
<th scope="col" style="width:10%" class="d-none d-md-table-cell text-center">
6262
<?php echo Text::_('JDATE'); ?>

0 commit comments

Comments
 (0)