diff --git a/system/admin/views/update.html.php b/system/admin/views/update.html.php index ef005c7..cfdbdca 100644 --- a/system/admin/views/update.html.php +++ b/system/admin/views/update.html.php @@ -11,22 +11,22 @@ $updater = new HubUpdater(array( if ($updater->able()) { $info = $updater->getNewestInfo(); - echo '
Release Title: '. $info['name'] .'
'; + echo 'Version: '. $info['tag_name'] .'
'; - echo 'Important: Please always backup your files before upgrading to newer version.
'; echo 'Update to ' . $info['tag_name'] . ' now
'; } else { - echo 'Release Title: '. $info['name'] .'
'; + echo 'Installed Version: '. $info['tag_name'] .'
'; - echo '