From 0ae667e6cfdd1bcc85bacf85cd93a84f99fa88f8 Mon Sep 17 00:00:00 2001 From: cfoe <cfoe@ispconfig3> Date: Tue, 22 May 2012 04:08:05 -0400 Subject: [PATCH] added missing language string already present in default theme --- interface/web/dashboard/dashboard.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/dashboard/dashboard.php b/interface/web/dashboard/dashboard.php index b86065f..59a04f1 100644 --- a/interface/web/dashboard/dashboard.php +++ b/interface/web/dashboard/dashboard.php @@ -111,7 +111,7 @@ if($new_fullversion > $this_fullversion) { $info[] = array('info_msg' => '<p>There is a new Version of ISPConfig 3 available!</p>' . '<p>This Version: <b>' . $v1 . '</b></p>' . - '<p>New Version : ' . $v2 . '</b></p>' . + '<p>New Version : <b>' . $v2 . '</b></p>' . '<p><a href="http://www.ispconfig.org/ispconfig-3/download" target="ISPC">See more...</a></p>'); } } -- Gitblit v1.9.1