diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index f2fba2a23..b371b6b42 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -1341,7 +1341,7 @@ Inverse 10 10 $tp = e107::getParser(); $ns->setUniqueId('e-addon-updates'); - return $ns->tablerender($tp->toGlyph('fa-arrow-circle-o-down').'Updates Available',$text,'default',true); + return $ns->tablerender($tp->toGlyph('fa-arrow-circle-o-down').LAN_UPDATE_AVAILABLE,$text,'default',true); } @@ -1422,7 +1422,7 @@ Inverse 10 10
'.$row['version'].'
- Released: '.($row['date']).'
+ '.LAN_RELEASED.': '.($row['date']).'