diff --git a/include/pages/statistics.inc.php b/include/pages/statistics.inc.php index ef55bcc5..c72c65b3 100644 --- a/include/pages/statistics.inc.php +++ b/include/pages/statistics.inc.php @@ -9,7 +9,7 @@ if (!$smarty->isCached('master.tpl', $smarty_cache_key)) { } else { $dDifficulty = 1; $iBlock = 0; - $_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to litecoind RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger'); + $_SESSION['POPUP'][] = array('CONTENT' => 'Unable to connect to RPC service: ' . $bitcoin->can_connect(), 'TYPE' => 'alert alert-danger'); } $smarty->assign("CURRENTBLOCK", $iBlock); $smarty->assign("DIFFICULTY", $dDifficulty);