diff --git a/include/upgrader/aborted.inc.php b/include/upgrader/aborted.inc.php index 0364dc4499141c6a6f4c1a8d426f228e263932e8..5e4b1e9f74e8ef35fa66a0412214aec07537e6f7 100644 --- a/include/upgrader/aborted.inc.php +++ b/include/upgrader/aborted.inc.php @@ -21,7 +21,7 @@ if(!defined('OSTSCPINC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access D } ?> <p><b><?php echo sprintf(__('For details - please view %s or check your email.'), - sprintf(__('<a href="logs.php">%s</a>'), 'System Logs'));?></b></p> + sprintf('<a href="logs.php">%s</a>', __('System Logs')));?></b></p> <br> <p><?php echo sprintf(__('Please refer to the %1$s Upgrade Guide %2$s for more information.'), '<a target="_blank" href="http://osticket.com/wiki/Upgrade_and_Migration">', '</a>');?></p> </div>